Html Css Color HEX #ECDE07 Golden Yellow

📋 copy color: '#ECDE07'

red 236 ◦ green 222 ◦ blue 7

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

Shades of Golden Yellow #ECDE07

Tints of Golden Yellow #ECDE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 50.75%
G = 47.74%
B = 1.51%

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

#ECDE07 (or 0xECDE07) is known color: Golden Yellow. HEX triplet: EC, DE and 07. RGB value is (236,222,7). Sum of RGB (Red+Green+Blue) = 236+222+7=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE07 is #1321F8. Grayscale: #CACACA. Windows color (decimal): -1253881 or 515820. OLE color: 515820.

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

Color convert

RGB 236 222 7 -
CMYK 0 0.06 0.97 0.07
HSL 56.33º 0.94% 0.48% -
HSV(B) 56.33º 0.97% 0.93% -
XYZ 60.75 70.09 10.53 -
YUV 201.68 18.14 152.48 -
System Red Green Blue C M Y K H S L
Decimal 236 222 7 0 0.06 0.97 0.07 56.33 0.94 0.48
Hex EC DE 7 0 6 61 7 38 5E 30
Octal 354 336 7 0 6 141 7 70 136 60
Binary 11101100 11011110 111 0 110 1100001 111 111000 1011110 110000

Color Harmonies of #ECDE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE07

Black with #ECDE07

Text Example


Text Example

White with #ECDE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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