Html Css Color HEX #ECDE02 Golden Yellow

📋 copy color: '#ECDE02'

red 236 ◦ green 222 ◦ blue 2

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

Shades of Golden Yellow #ECDE02

Tints of Golden Yellow #ECDE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 51.3%
G = 48.26%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECDE02 (or 0xECDE02) is known color: Golden Yellow. HEX triplet: EC, DE and 02. RGB value is (236,222,2). Sum of RGB (Red+Green+Blue) = 236+222+2=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDE02 is #1321FD. Grayscale: #C9C9C9. Windows color (decimal): -1253886 or 188140. OLE color: 188140.

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

Color convert

RGB 236 222 2 -
CMYK 0 0.06 0.99 0.07
HSL 56.41º 0.98% 0.47% -
HSV(B) 56.41º 0.99% 0.93% -
XYZ 60.72 70.08 10.38 -
YUV 201.11 15.64 152.89 -
System Red Green Blue C M Y K H S L
Decimal 236 222 2 0 0.06 0.99 0.07 56.41 0.98 0.47
Hex EC DE 2 0 6 63 7 38 62 2F
Octal 354 336 2 0 6 143 7 70 142 57
Binary 11101100 11011110 10 0 110 1100011 111 111000 1100010 101111

Color Harmonies of #ECDE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE02

Black with #ECDE02

Text Example


Text Example

White with #ECDE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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