Html Css Color HEX #EAB507 Selective Yellow

📋 copy color: '#EAB507'

red 234 ◦ green 181 ◦ blue 7

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

Shades of Selective Yellow #EAB507

Tints of Selective Yellow #EAB507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 55.45%
G = 42.89%
B = 1.66%

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

#EAB507 (or 0xEAB507) is known color: Selective Yellow. HEX triplet: EA, B5 and 07. RGB value is (234,181,7). Sum of RGB (Red+Green+Blue) = 234+181+7=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB507 is #154AF8. Grayscale: #B1B1B1. Windows color (decimal): -1395449 or 505322. OLE color: 505322.

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

Color convert

RGB 234 181 7 -
CMYK 0 0.23 0.97 0.08
HSL 45.99º 0.94% 0.47% -
HSV(B) 45.99º 0.97% 0.92% -
XYZ 50.49 50.56 7.3 -
YUV 177.01 32.06 168.65 -
System Red Green Blue C M Y K H S L
Decimal 234 181 7 0 0.23 0.97 0.08 45.99 0.94 0.47
Hex EA B5 7 0 17 61 8 2E 5E 2F
Octal 352 265 7 0 27 141 10 56 136 57
Binary 11101010 10110101 111 0 10111 1100001 1000 101110 1011110 101111

Color Harmonies of #EAB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB507

Black with #EAB507

Text Example


Text Example

White with #EAB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB507; }

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

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

background-color css

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

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

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

border-color css

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

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

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