Html Css Color HEX #EAE701 Golden Yellow

📋 copy color: '#EAE701'

red 234 ◦ green 231 ◦ blue 1

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

Shades of Golden Yellow #EAE701

Tints of Golden Yellow #EAE701

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.57%

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

R = 50.21%
G = 49.57%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAE701 (or 0xEAE701) is known color: Golden Yellow. HEX triplet: EA, E7 and 01. RGB value is (234,231,1). Sum of RGB (Red+Green+Blue) = 234+231+1=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE701 is #1518FE. Grayscale: #CECECE. Windows color (decimal): -1382655 or 124906. OLE color: 124906.

HSL color Cylindrical-coordinate representation of color #EAE701: hue angle of 59.23º 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 #EAE701 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 1 -
CMYK 0 0.01 1.00 0.08
HSL 59.23º 0.99% 0.46% -
HSV(B) 59.23º 1% 0.92% -
XYZ 62.51 74.65 11.14 -
YUV 205.68 12.49 148.2 -
System Red Green Blue C M Y K H S L
Decimal 234 231 1 0 0.01 1.00 0.08 59.23 0.99 0.46
Hex EA E7 1 0 1 64 8 3B 63 2E
Octal 352 347 1 0 1 144 10 73 143 56
Binary 11101010 11100111 1 0 1 1100100 1000 111011 1100011 101110

Color Harmonies of #EAE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE701

Black with #EAE701

Text Example


Text Example

White with #EAE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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