Html Css Color HEX #EAB407 Selective Yellow

📋 copy color: '#EAB407'

red 234 ◦ green 180 ◦ blue 7

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

Shades of Selective Yellow #EAB407

Tints of Selective Yellow #EAB407

RGB

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

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

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

R = 55.58%
G = 42.76%
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

#EAB407 (or 0xEAB407) is known color: Selective Yellow. HEX triplet: EA, B4 and 07. RGB value is (234,180,7). Sum of RGB (Red+Green+Blue) = 234+180+7=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB407 is #154BF8. Grayscale: #B1B1B1. Windows color (decimal): -1395705 or 505066. OLE color: 505066.

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

Color convert

RGB 234 180 7 -
CMYK 0 0.23 0.97 0.08
HSL 45.73º 0.94% 0.47% -
HSV(B) 45.73º 0.97% 0.92% -
XYZ 50.29 50.15 7.23 -
YUV 176.42 32.39 169.07 -
System Red Green Blue C M Y K H S L
Decimal 234 180 7 0 0.23 0.97 0.08 45.73 0.94 0.47
Hex EA B4 7 0 17 61 8 2E 5E 2F
Octal 352 264 7 0 27 141 10 56 136 57
Binary 11101010 10110100 111 0 10111 1100001 1000 101110 1011110 101111

Color Harmonies of #EAB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB407

Black with #EAB407

Text Example


Text Example

White with #EAB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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