Html Css Color HEX #EEB30D Selective Yellow

📋 copy color: '#EEB30D'

red 238 ◦ green 179 ◦ blue 13

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

Shades of Selective Yellow #EEB30D

Tints of Selective Yellow #EEB30D

RGB

 RED value IS 238 (93.36% from 255) = 55.35%

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

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

R = 55.35%
G = 41.63%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEB30D (or 0xEEB30D) is known color: Selective Yellow. HEX triplet: EE, B3 and 0D. RGB value is (238,179,13). Sum of RGB (Red+Green+Blue) = 238+179+13=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB30D is #114CF2. Grayscale: #B2B2B2. Windows color (decimal): -1133811 or 898030. OLE color: 898030.

HSL color Cylindrical-coordinate representation of color #EEB30D: hue angle of 44.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEB30D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 179 13 -
CMYK 0 0.25 0.95 0.07
HSL 44.27º 0.9% 0.49% -
HSV(B) 44.27º 0.95% 0.93% -
XYZ 51.45 50.45 7.41 -
YUV 177.72 35.05 171 -
System Red Green Blue C M Y K H S L
Decimal 238 179 13 0 0.25 0.95 0.07 44.27 0.9 0.49
Hex EE B3 D 0 19 5F 7 2C 5A 31
Octal 356 263 15 0 31 137 7 54 132 61
Binary 11101110 10110011 1101 0 11001 1011111 111 101100 1011010 110001

Color Harmonies of #EEB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB30D

Black with #EEB30D

Text Example


Text Example

White with #EEB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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