Html Css Color HEX #EAB005 Selective Yellow

📋 copy color: '#EAB005'

red 234 ◦ green 176 ◦ blue 5

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

Shades of Selective Yellow #EAB005

Tints of Selective Yellow #EAB005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

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

R = 56.39%
G = 42.41%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB005 (or 0xEAB005) is known color: Selective Yellow. HEX triplet: EA, B0 and 05. RGB value is (234,176,5). Sum of RGB (Red+Green+Blue) = 234+176+5=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB005 is #154FFA. Grayscale: #AEAEAE. Windows color (decimal): -1396731 or 372970. OLE color: 372970.

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

Color convert

RGB 234 176 5 -
CMYK 0 0.25 0.98 0.08
HSL 44.8º 0.96% 0.47% -
HSV(B) 44.8º 0.98% 0.92% -
XYZ 49.48 48.55 6.91 -
YUV 173.85 32.72 170.9 -
System Red Green Blue C M Y K H S L
Decimal 234 176 5 0 0.25 0.98 0.08 44.8 0.96 0.47
Hex EA B0 5 0 19 62 8 2D 60 2F
Octal 352 260 5 0 31 142 10 55 140 57
Binary 11101010 10110000 101 0 11001 1100010 1000 101101 1100000 101111

Color Harmonies of #EAB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB005

Black with #EAB005

Text Example


Text Example

White with #EAB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB005; }

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

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

background-color css

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

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

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

border-color css

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

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

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