Html Css Color HEX #EAB504 Selective Yellow

📋 copy color: '#EAB504'

red 234 ◦ green 181 ◦ blue 4

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

Shades of Selective Yellow #EAB504

Tints of Selective Yellow #EAB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

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

R = 55.85%
G = 43.2%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB504 (or 0xEAB504) is known color: Selective Yellow. HEX triplet: EA, B5 and 04. RGB value is (234,181,4). Sum of RGB (Red+Green+Blue) = 234+181+4=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB504 is #154AFB. Grayscale: #B1B1B1. Windows color (decimal): -1395452 or 308714. OLE color: 308714.

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

Color convert

RGB 234 181 4 -
CMYK 0 0.23 0.98 0.08
HSL 46.17º 0.97% 0.47% -
HSV(B) 46.17º 0.98% 0.92% -
XYZ 50.48 50.55 7.21 -
YUV 176.67 30.56 168.89 -
System Red Green Blue C M Y K H S L
Decimal 234 181 4 0 0.23 0.98 0.08 46.17 0.97 0.47
Hex EA B5 4 0 17 62 8 2E 61 2F
Octal 352 265 4 0 27 142 10 56 141 57
Binary 11101010 10110101 100 0 10111 1100010 1000 101110 1100001 101111

Color Harmonies of #EAB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB504

Black with #EAB504

Text Example


Text Example

White with #EAB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB504; }

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

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

background-color css

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

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

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

border-color css

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

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

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