Html Css Color HEX #EAB505 Selective Yellow

📋 copy color: '#EAB505'

red 234 ◦ green 181 ◦ blue 5

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

Shades of Selective Yellow #EAB505

Tints of Selective Yellow #EAB505

RGB

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

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

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

R = 55.71%
G = 43.1%
B = 1.19%

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

#EAB505 (or 0xEAB505) is known color: Selective Yellow. HEX triplet: EA, B5 and 05. RGB value is (234,181,5). Sum of RGB (Red+Green+Blue) = 234+181+5=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB505 is #154AFA. Grayscale: #B1B1B1. Windows color (decimal): -1395451 or 374250. OLE color: 374250.

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

Color convert

RGB 234 181 5 -
CMYK 0 0.23 0.98 0.08
HSL 46.11º 0.96% 0.47% -
HSV(B) 46.11º 0.98% 0.92% -
XYZ 50.48 50.55 7.24 -
YUV 176.78 31.06 168.81 -
System Red Green Blue C M Y K H S L
Decimal 234 181 5 0 0.23 0.98 0.08 46.11 0.96 0.47
Hex EA B5 5 0 17 62 8 2E 60 2F
Octal 352 265 5 0 27 142 10 56 140 57
Binary 11101010 10110101 101 0 10111 1100010 1000 101110 1100000 101111

Color Harmonies of #EAB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB505

Black with #EAB505

Text Example


Text Example

White with #EAB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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