Html Css Color HEX #EE950D Gamboge

📋 copy color: '#EE950D'

red 238 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #EE950D

Tints of Gamboge #EE950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 59.5%
G = 37.25%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE950D (or 0xEE950D) is known color: Gamboge. HEX triplet: EE, 95 and 0D. RGB value is (238,149,13). Sum of RGB (Red+Green+Blue) = 238+149+13=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE950D is #116AF2. Grayscale: #A0A0A0. Windows color (decimal): -1141491 or 890350. OLE color: 890350.

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

Color convert

RGB 238 149 13 -
CMYK 0 0.37 0.95 0.07
HSL 36.27º 0.9% 0.49% -
HSV(B) 36.27º 0.95% 0.93% -
XYZ 46.08 39.7 5.62 -
YUV 160.11 44.99 183.56 -
System Red Green Blue C M Y K H S L
Decimal 238 149 13 0 0.37 0.95 0.07 36.27 0.9 0.49
Hex EE 95 D 0 25 5F 7 24 5A 31
Octal 356 225 15 0 45 137 7 44 132 61
Binary 11101110 10010101 1101 0 100101 1011111 111 100100 1011010 110001

Color Harmonies of #EE950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE950D

Black with #EE950D

Text Example


Text Example

White with #EE950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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