Html Css Color HEX #EAB30D Selective Yellow

📋 copy color: '#EAB30D'

red 234 ◦ green 179 ◦ blue 13

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

Shades of Selective Yellow #EAB30D

Tints of Selective Yellow #EAB30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 54.93%
G = 42.02%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB30D (or 0xEAB30D) is known color: Selective Yellow. HEX triplet: EA, B3 and 0D. RGB value is (234,179,13). Sum of RGB (Red+Green+Blue) = 234+179+13=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB30D is #154CF2. Grayscale: #B1B1B1. Windows color (decimal): -1395955 or 898026. OLE color: 898026.

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

Color convert

RGB 234 179 13 -
CMYK 0 0.24 0.94 0.08
HSL 45.07º 0.89% 0.48% -
HSV(B) 45.07º 0.94% 0.92% -
XYZ 50.12 49.76 7.34 -
YUV 176.52 35.72 169 -
System Red Green Blue C M Y K H S L
Decimal 234 179 13 0 0.24 0.94 0.08 45.07 0.89 0.48
Hex EA B3 D 0 18 5E 8 2D 59 30
Octal 352 263 15 0 30 136 10 55 131 60
Binary 11101010 10110011 1101 0 11000 1011110 1000 101101 1011001 110000

Color Harmonies of #EAB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB30D

Black with #EAB30D

Text Example


Text Example

White with #EAB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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