Html Css Color HEX #EAB40C Selective Yellow

📋 copy color: '#EAB40C'

red 234 ◦ green 180 ◦ blue 12

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

Shades of Selective Yellow #EAB40C

Tints of Selective Yellow #EAB40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 54.93%
G = 42.25%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB40C (or 0xEAB40C) is known color: Selective Yellow. HEX triplet: EA, B4 and 0C. RGB value is (234,180,12). Sum of RGB (Red+Green+Blue) = 234+180+12=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB40C is #154BF3. Grayscale: #B1B1B1. Windows color (decimal): -1395700 or 832746. OLE color: 832746.

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

Color convert

RGB 234 180 12 -
CMYK 0 0.23 0.95 0.08
HSL 45.41º 0.9% 0.48% -
HSV(B) 45.41º 0.95% 0.92% -
XYZ 50.32 50.16 7.38 -
YUV 176.99 34.89 168.66 -
System Red Green Blue C M Y K H S L
Decimal 234 180 12 0 0.23 0.95 0.08 45.41 0.9 0.48
Hex EA B4 C 0 17 5F 8 2D 5A 30
Octal 352 264 14 0 27 137 10 55 132 60
Binary 11101010 10110100 1100 0 10111 1011111 1000 101101 1011010 110000

Color Harmonies of #EAB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB40C

Black with #EAB40C

Text Example


Text Example

White with #EAB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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