Html Css Color HEX #EAB307 Selective Yellow

📋 copy color: '#EAB307'

red 234 ◦ green 179 ◦ blue 7

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

Shades of Selective Yellow #EAB307

Tints of Selective Yellow #EAB307

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 55.71%
G = 42.62%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB307 (or 0xEAB307) is known color: Selective Yellow. HEX triplet: EA, B3 and 07. RGB value is (234,179,7). Sum of RGB (Red+Green+Blue) = 234+179+7=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB307 is #154CF8. Grayscale: #B0B0B0. Windows color (decimal): -1395961 or 504810. OLE color: 504810.

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

Color convert

RGB 234 179 7 -
CMYK 0 0.24 0.97 0.08
HSL 45.46º 0.94% 0.47% -
HSV(B) 45.46º 0.97% 0.92% -
XYZ 50.09 49.75 7.16 -
YUV 175.84 32.72 169.49 -
System Red Green Blue C M Y K H S L
Decimal 234 179 7 0 0.24 0.97 0.08 45.46 0.94 0.47
Hex EA B3 7 0 18 61 8 2D 5E 2F
Octal 352 263 7 0 30 141 10 55 136 57
Binary 11101010 10110011 111 0 11000 1100001 1000 101101 1011110 101111

Color Harmonies of #EAB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB307

Black with #EAB307

Text Example


Text Example

White with #EAB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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