Html Css Color HEX #ECDE04 Golden Yellow

📋 copy color: '#ECDE04'

red 236 ◦ green 222 ◦ blue 4

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

Shades of Golden Yellow #ECDE04

Tints of Golden Yellow #ECDE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 51.08%
G = 48.05%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECDE04 (or 0xECDE04) is known color: Golden Yellow. HEX triplet: EC, DE and 04. RGB value is (236,222,4). Sum of RGB (Red+Green+Blue) = 236+222+4=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE04 is #1321FB. Grayscale: #CACACA. Windows color (decimal): -1253884 or 319212. OLE color: 319212.

HSL color Cylindrical-coordinate representation of color #ECDE04: hue angle of 56.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECDE04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 222 4 -
CMYK 0 0.06 0.98 0.07
HSL 56.38º 0.97% 0.47% -
HSV(B) 56.38º 0.98% 0.93% -
XYZ 60.74 70.08 10.44 -
YUV 201.33 16.64 152.73 -
System Red Green Blue C M Y K H S L
Decimal 236 222 4 0 0.06 0.98 0.07 56.38 0.97 0.47
Hex EC DE 4 0 6 62 7 38 61 2F
Octal 354 336 4 0 6 142 7 70 141 57
Binary 11101100 11011110 100 0 110 1100010 111 111000 1100001 101111

Color Harmonies of #ECDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE04

Black with #ECDE04

Text Example


Text Example

White with #ECDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE04; }

 p { color: rgb(236,222,4); }

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

background-color css

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

 a { background-color: rgb(236,222,4); }

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

border-color css

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

 span { border-color: rgb(236,222,4); }

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