Html Css Color HEX #EAB304 Selective Yellow

📋 copy color: '#EAB304'

red 234 ◦ green 179 ◦ blue 4

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

Shades of Selective Yellow #EAB304

Tints of Selective Yellow #EAB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 56.12%
G = 42.93%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB304 (or 0xEAB304) is known color: Selective Yellow. HEX triplet: EA, B3 and 04. RGB value is (234,179,4). Sum of RGB (Red+Green+Blue) = 234+179+4=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB304 is #154CFB. Grayscale: #B0B0B0. Windows color (decimal): -1395964 or 308202. OLE color: 308202.

HSL color Cylindrical-coordinate representation of color #EAB304: hue angle of 45.65º degrees, saturation: 0.97, 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 #EAB304 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 179 4 -
CMYK 0 0.24 0.98 0.08
HSL 45.65º 0.97% 0.47% -
HSV(B) 45.65º 0.98% 0.92% -
XYZ 50.07 49.74 7.08 -
YUV 175.5 31.22 169.73 -
System Red Green Blue C M Y K H S L
Decimal 234 179 4 0 0.24 0.98 0.08 45.65 0.97 0.47
Hex EA B3 4 0 18 62 8 2E 61 2F
Octal 352 263 4 0 30 142 10 56 141 57
Binary 11101010 10110011 100 0 11000 1100010 1000 101110 1100001 101111

Color Harmonies of #EAB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB304

Black with #EAB304

Text Example


Text Example

White with #EAB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB304; }

 p { color: rgb(234,179,4); }

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

background-color css

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

 a { background-color: rgb(234,179,4); }

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

border-color css

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

 span { border-color: rgb(234,179,4); }

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