Html Css Color HEX #EAB30B Selective Yellow

📋 copy color: '#EAB30B'

red 234 ◦ green 179 ◦ blue 11

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

Shades of Selective Yellow #EAB30B

Tints of Selective Yellow #EAB30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 55.19%
G = 42.22%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB30B (or 0xEAB30B) is known color: Selective Yellow. HEX triplet: EA, B3 and 0B. RGB value is (234,179,11). Sum of RGB (Red+Green+Blue) = 234+179+11=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB30B is #154CF4. Grayscale: #B1B1B1. Windows color (decimal): -1395957 or 766954. OLE color: 766954.

HSL color Cylindrical-coordinate representation of color #EAB30B: hue angle of 45.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAB30B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 179 11 -
CMYK 0 0.24 0.95 0.08
HSL 45.2º 0.91% 0.48% -
HSV(B) 45.2º 0.95% 0.92% -
XYZ 50.11 49.76 7.28 -
YUV 176.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 234 179 11 0 0.24 0.95 0.08 45.2 0.91 0.48
Hex EA B3 B 0 18 5F 8 2D 5B 30
Octal 352 263 13 0 30 137 10 55 133 60
Binary 11101010 10110011 1011 0 11000 1011111 1000 101101 1011011 110000

Color Harmonies of #EAB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB30B

Black with #EAB30B

Text Example


Text Example

White with #EAB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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