Html Css Color HEX #ECDF05 Golden Yellow

📋 copy color: '#ECDF05'

red 236 ◦ green 223 ◦ blue 5

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

Shades of Golden Yellow #ECDF05

Tints of Golden Yellow #ECDF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 50.86%
G = 48.06%
B = 1.08%

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

#ECDF05 (or 0xECDF05) is known color: Golden Yellow. HEX triplet: EC, DF and 05. RGB value is (236,223,5). Sum of RGB (Red+Green+Blue) = 236+223+5=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF05 is #1320FA. Grayscale: #CACACA. Windows color (decimal): -1253627 or 385004. OLE color: 385004.

HSL color Cylindrical-coordinate representation of color #ECDF05: hue angle of 56.62º degrees, saturation: 0.96, 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 #ECDF05 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 223 5 -
CMYK 0 0.06 0.98 0.07
HSL 56.62º 0.96% 0.47% -
HSV(B) 56.62º 0.98% 0.93% -
XYZ 61.01 70.62 10.56 -
YUV 202.04 16.81 152.23 -
System Red Green Blue C M Y K H S L
Decimal 236 223 5 0 0.06 0.98 0.07 56.62 0.96 0.47
Hex EC DF 5 0 6 62 7 39 60 2F
Octal 354 337 5 0 6 142 7 71 140 57
Binary 11101100 11011111 101 0 110 1100010 111 111001 1100000 101111

Color Harmonies of #ECDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF05

Black with #ECDF05

Text Example


Text Example

White with #ECDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF05; }

 p { color: rgb(236,223,5); }

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

background-color css

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

 a { background-color: rgb(236,223,5); }

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

border-color css

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

 span { border-color: rgb(236,223,5); }

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