Html Css Color HEX #EAE205 Golden Yellow

📋 copy color: '#EAE205'

red 234 ◦ green 226 ◦ blue 5

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

Shades of Golden Yellow #EAE205

Tints of Golden Yellow #EAE205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 50.32%
G = 48.6%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE205 (or 0xEAE205) is known color: Golden Yellow. HEX triplet: EA, E2 and 05. RGB value is (234,226,5). Sum of RGB (Red+Green+Blue) = 234+226+5=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE205 is #151DFA. Grayscale: #CCCCCC. Windows color (decimal): -1383931 or 385770. OLE color: 385770.

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

Color convert

RGB 234 226 5 -
CMYK 0 0.03 0.98 0.08
HSL 57.9º 0.96% 0.47% -
HSV(B) 57.9º 0.98% 0.92% -
XYZ 61.16 71.9 10.8 -
YUV 203.2 16.15 149.97 -
System Red Green Blue C M Y K H S L
Decimal 234 226 5 0 0.03 0.98 0.08 57.9 0.96 0.47
Hex EA E2 5 0 3 62 8 3A 60 2F
Octal 352 342 5 0 3 142 10 72 140 57
Binary 11101010 11100010 101 0 11 1100010 1000 111010 1100000 101111

Color Harmonies of #EAE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE205

Black with #EAE205

Text Example


Text Example

White with #EAE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE205; }

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

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

background-color css

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

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

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

border-color css

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

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

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