Html Css Color HEX #EEB50D Selective Yellow

📋 copy color: '#EEB50D'

red 238 ◦ green 181 ◦ blue 13

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

Shades of Selective Yellow #EEB50D

Tints of Selective Yellow #EEB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

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

R = 55.09%
G = 41.9%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEB50D (or 0xEEB50D) is known color: Selective Yellow. HEX triplet: EE, B5 and 0D. RGB value is (238,181,13). Sum of RGB (Red+Green+Blue) = 238+181+13=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB50D is #114AF2. Grayscale: #B3B3B3. Windows color (decimal): -1133299 or 898542. OLE color: 898542.

HSL color Cylindrical-coordinate representation of color #EEB50D: hue angle of 44.8º 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 #EEB50D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 181 13 -
CMYK 0 0.24 0.95 0.07
HSL 44.8º 0.9% 0.49% -
HSV(B) 44.8º 0.95% 0.93% -
XYZ 51.86 51.25 7.54 -
YUV 178.89 34.38 170.16 -
System Red Green Blue C M Y K H S L
Decimal 238 181 13 0 0.24 0.95 0.07 44.8 0.9 0.49
Hex EE B5 D 0 18 5F 7 2D 5A 31
Octal 356 265 15 0 30 137 7 55 132 61
Binary 11101110 10110101 1101 0 11000 1011111 111 101101 1011010 110001

Color Harmonies of #EEB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB50D

Black with #EEB50D

Text Example


Text Example

White with #EEB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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