Html Css Color HEX #EAB408 Selective Yellow

📋 copy color: '#EAB408'

red 234 ◦ green 180 ◦ blue 8

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

Shades of Selective Yellow #EAB408

Tints of Selective Yellow #EAB408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 55.45%
G = 42.65%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB408 (or 0xEAB408) is known color: Selective Yellow. HEX triplet: EA, B4 and 08. RGB value is (234,180,8). Sum of RGB (Red+Green+Blue) = 234+180+8=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB408 is #154BF7. Grayscale: #B1B1B1. Windows color (decimal): -1395704 or 570602. OLE color: 570602.

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

Color convert

RGB 234 180 8 -
CMYK 0 0.23 0.97 0.08
HSL 45.66º 0.93% 0.47% -
HSV(B) 45.66º 0.97% 0.92% -
XYZ 50.3 50.15 7.26 -
YUV 176.54 32.89 168.99 -
System Red Green Blue C M Y K H S L
Decimal 234 180 8 0 0.23 0.97 0.08 45.66 0.93 0.47
Hex EA B4 8 0 17 61 8 2E 5D 2F
Octal 352 264 10 0 27 141 10 56 135 57
Binary 11101010 10110100 1000 0 10111 1100001 1000 101110 1011101 101111

Color Harmonies of #EAB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB408

Black with #EAB408

Text Example


Text Example

White with #EAB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB408; }

 p { color: rgb(234,180,8); }

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

background-color css

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

 a { background-color: rgb(234,180,8); }

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

border-color css

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

 span { border-color: rgb(234,180,8); }

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