Html Css Color HEX #EAE201 Golden Yellow

📋 copy color: '#EAE201'

red 234 ◦ green 226 ◦ blue 1

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

Shades of Golden Yellow #EAE201

Tints of Golden Yellow #EAE201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 50.76%
G = 49.02%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAE201 (or 0xEAE201) is known color: Golden Yellow. HEX triplet: EA, E2 and 01. RGB value is (234,226,1). Sum of RGB (Red+Green+Blue) = 234+226+1=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE201 is #151DFE. Grayscale: #CBCBCB. Windows color (decimal): -1383935 or 123626. OLE color: 123626.

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

Color convert

RGB 234 226 1 -
CMYK 0 0.03 1.00 0.08
HSL 57.94º 0.99% 0.46% -
HSV(B) 57.94º 1% 0.92% -
XYZ 61.13 71.89 10.68 -
YUV 202.74 14.15 150.3 -
System Red Green Blue C M Y K H S L
Decimal 234 226 1 0 0.03 1.00 0.08 57.94 0.99 0.46
Hex EA E2 1 0 3 64 8 3A 63 2E
Octal 352 342 1 0 3 144 10 72 143 56
Binary 11101010 11100010 1 0 11 1100100 1000 111010 1100011 101110

Color Harmonies of #EAE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE201

Black with #EAE201

Text Example


Text Example

White with #EAE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE201; }

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

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

background-color css

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

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

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

border-color css

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

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

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