Html Css Color HEX #EBCF0D Moon Yellow

📋 copy color: '#EBCF0D'

red 235 ◦ green 207 ◦ blue 13

#EBCF0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #EBCF0D

Tints of Moon Yellow #EBCF0D

RGB

 RED value IS 235 (92.19% from 255) = 51.65%

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 51.65%
G = 45.49%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBCF0D (or 0xEBCF0D) is known color: Moon Yellow. HEX triplet: EB, CF and 0D. RGB value is (235,207,13). Sum of RGB (Red+Green+Blue) = 235+207+13=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCF0D is #1430F2. Grayscale: #C2C2C2. Windows color (decimal): -1323251 or 905195. OLE color: 905195.

HSL color Cylindrical-coordinate representation of color #EBCF0D: hue angle of 52.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBCF0D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 13 -
CMYK 0 0.12 0.94 0.08
HSL 52.43º 0.9% 0.49% -
HSV(B) 52.43º 0.94% 0.92% -
XYZ 56.65 62.32 9.42 -
YUV 193.26 26.28 157.77 -
System Red Green Blue C M Y K H S L
Decimal 235 207 13 0 0.12 0.94 0.08 52.43 0.9 0.49
Hex EB CF D 0 C 5E 8 34 5A 31
Octal 353 317 15 0 14 136 10 64 132 61
Binary 11101011 11001111 1101 0 1100 1011110 1000 110100 1011010 110001

Color Harmonies of #EBCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF0D

Black with #EBCF0D

Text Example


Text Example

White with #EBCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF0D; }

 p { color: rgb(235,207,13); }

 H1.HeaderClassName
 {
   color: #EBCF0D;
 }
 .AnyTagClassName
 {
   color: #EBCF0D;
 }
</style>

background-color css

<style>
 a { background-color: #EBCF0D; }

 a { background-color: rgb(235,207,13); }

 div.DivClassName
 {
   background-color: #EBCF0D;
 }
 .BgClassName
 {
   background-color: #EBCF0D;
 }
</style>

border-color css

<style>
 span { border-color: #EBCF0D; }

 span { border-color: rgb(235,207,13); }

 td.TdClassName
 {
   border-color: #EBCF0D;
 }
 .TagClassName
 {
   border-color: #EBCF0D;
 }
</style>