Html Css Color HEX #EE9905 Gamboge

📋 copy color: '#EE9905'

red 238 ◦ green 153 ◦ blue 5

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

Shades of Gamboge #EE9905

Tints of Gamboge #EE9905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 60.1%
G = 38.64%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE9905 (or 0xEE9905) is known color: Gamboge. HEX triplet: EE, 99 and 05. RGB value is (238,153,5). Sum of RGB (Red+Green+Blue) = 238+153+5=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9905 is #1166FA. Grayscale: #A2A2A2. Windows color (decimal): -1140475 or 367086. OLE color: 367086.

HSL color Cylindrical-coordinate representation of color #EE9905: hue angle of 38.11º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE9905 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 153 5 -
CMYK 0 0.36 0.98 0.07
HSL 38.11º 0.96% 0.48% -
HSV(B) 38.11º 0.98% 0.93% -
XYZ 46.68 40.97 5.59 -
YUV 161.54 39.66 182.53 -
System Red Green Blue C M Y K H S L
Decimal 238 153 5 0 0.36 0.98 0.07 38.11 0.96 0.48
Hex EE 99 5 0 24 62 7 26 60 30
Octal 356 231 5 0 44 142 7 46 140 60
Binary 11101110 10011001 101 0 100100 1100010 111 100110 1100000 110000

Color Harmonies of #EE9905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9905

Black with #EE9905

Text Example


Text Example

White with #EE9905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9905; }

 p { color: rgb(238,153,5); }

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

background-color css

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

 a { background-color: rgb(238,153,5); }

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

border-color css

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

 span { border-color: rgb(238,153,5); }

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