Html Css Color HEX #ECCB14 Moon Yellow

📋 copy color: '#ECCB14'

red 236 ◦ green 203 ◦ blue 20

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

Shades of Moon Yellow #ECCB14

Tints of Moon Yellow #ECCB14

RGB

 RED value IS 236 (92.58% from 255) = 51.42%

 GREEN value IS 203 (79.69% from 255) = 44.23%

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 51.42%
G = 44.23%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECCB14 (or 0xECCB14) is known color: Moon Yellow. HEX triplet: EC, CB and 14. RGB value is (236,203,20). Sum of RGB (Red+Green+Blue) = 236+203+20=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCB14 is #1334EB. Grayscale: #C0C0C0. Windows color (decimal): -1258732 or 1362924. OLE color: 1362924.

HSL color Cylindrical-coordinate representation of color #ECCB14: hue angle of 50.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECCB14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 20 -
CMYK 0 0.14 0.92 0.07
HSL 50.83º 0.85% 0.5% -
HSV(B) 50.83º 0.92% 0.93% -
XYZ 56.07 60.6 9.4 -
YUV 192.01 30.93 159.38 -
System Red Green Blue C M Y K H S L
Decimal 236 203 20 0 0.14 0.92 0.07 50.83 0.85 0.5
Hex EC CB 14 0 E 5C 7 33 55 32
Octal 354 313 24 0 16 134 7 63 125 62
Binary 11101100 11001011 10100 0 1110 1011100 111 110011 1010101 110010

Color Harmonies of #ECCB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB14

Black with #ECCB14

Text Example


Text Example

White with #ECCB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB14; }

 p { color: rgb(236,203,20); }

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

background-color css

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

 a { background-color: rgb(236,203,20); }

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

border-color css

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

 span { border-color: rgb(236,203,20); }

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