Html Css Color HEX #ECDF06 Golden Yellow

📋 copy color: '#ECDF06'

red 236 ◦ green 223 ◦ blue 6

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

Shades of Golden Yellow #ECDF06

Tints of Golden Yellow #ECDF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 50.75%
G = 47.96%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECDF06 (or 0xECDF06) is known color: Golden Yellow. HEX triplet: EC, DF and 06. RGB value is (236,223,6). Sum of RGB (Red+Green+Blue) = 236+223+6=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDF06 is #1320F9. Grayscale: #CBCBCB. Windows color (decimal): -1253626 or 450540. OLE color: 450540.

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

Color convert

RGB 236 223 6 -
CMYK 0 0.06 0.97 0.07
HSL 56.61º 0.95% 0.47% -
HSV(B) 56.61º 0.97% 0.93% -
XYZ 61.01 70.62 10.59 -
YUV 202.15 17.31 152.14 -
System Red Green Blue C M Y K H S L
Decimal 236 223 6 0 0.06 0.97 0.07 56.61 0.95 0.47
Hex EC DF 6 0 6 61 7 39 5F 2F
Octal 354 337 6 0 6 141 7 71 137 57
Binary 11101100 11011111 110 0 110 1100001 111 111001 1011111 101111

Color Harmonies of #ECDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF06

Black with #ECDF06

Text Example


Text Example

White with #ECDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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