Html Css Color HEX #ECEA00 Golden Yellow

📋 copy color: '#ECEA00'

red 236 ◦ green 234 ◦ blue 0

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

Shades of Golden Yellow #ECEA00

Tints of Golden Yellow #ECEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.21%
G = 49.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECEA00 (or 0xECEA00) is known color: Golden Yellow. HEX triplet: EC, EA and 00. RGB value is (236,234,0). Sum of RGB (Red+Green+Blue) = 236+234+0=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA00 is #1315FF. Grayscale: #D0D0D0. Windows color (decimal): -1250816 or 60140. OLE color: 60140.

HSL color Cylindrical-coordinate representation of color #ECEA00: hue angle of 59.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECEA00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 0 -
CMYK 0 0.01 1 0.07
HSL 59.49º 1% 0.46% -
HSV(B) 59.49º 1% 0.93% -
XYZ 64.01 76.68 11.43 -
YUV 207.92 10.66 148.03 -
System Red Green Blue C M Y K H S L
Decimal 236 234 0 0 0.01 1 0.07 59.49 1 0.46
Hex EC EA 0 0 1 64 7 3B 64 2E
Octal 354 352 0 0 1 144 7 73 144 56
Binary 11101100 11101010 0 0 1 1100100 111 111011 1100100 101110

Color Harmonies of #ECEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA00

Black with #ECEA00

Text Example


Text Example

White with #ECEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA00; }

 p { color: rgb(236,234,0); }

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

background-color css

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

 a { background-color: rgb(236,234,0); }

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

border-color css

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

 span { border-color: rgb(236,234,0); }

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