Html Css Color HEX #EAE200 Golden Yellow

📋 copy color: '#EAE200'

red 234 ◦ green 226 ◦ blue 0

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

Shades of Golden Yellow #EAE200

Tints of Golden Yellow #EAE200

RGB

 RED value IS 234 (91.8% from 255) = 50.87%

 GREEN value IS 226 (88.67% from 255) = 49.13%

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

R = 50.87%
G = 49.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAE200 (or 0xEAE200) is known color: Golden Yellow. HEX triplet: EA, E2 and 00. RGB value is (234,226,0). Sum of RGB (Red+Green+Blue) = 234+226+0=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE200 is #151DFF. Grayscale: #CBCBCB. Windows color (decimal): -1383936 or 58090. OLE color: 58090.

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

Color convert

RGB 234 226 0 -
CMYK 0 0.03 1 0.08
HSL 57.95º 1% 0.46% -
HSV(B) 57.95º 1% 0.92% -
XYZ 61.13 71.89 10.65 -
YUV 202.63 13.65 150.38 -
System Red Green Blue C M Y K H S L
Decimal 234 226 0 0 0.03 1 0.08 57.95 1 0.46
Hex EA E2 0 0 3 64 8 3A 64 2E
Octal 352 342 0 0 3 144 10 72 144 56
Binary 11101010 11100010 0 0 11 1100100 1000 111010 1100100 101110

Color Harmonies of #EAE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE200

Black with #EAE200

Text Example


Text Example

White with #EAE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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