Html Css Color HEX #EE940C Gamboge

📋 copy color: '#EE940C'

red 238 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #EE940C

Tints of Gamboge #EE940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 59.8%
G = 37.19%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE940C (or 0xEE940C) is known color: Gamboge. HEX triplet: EE, 94 and 0C. RGB value is (238,148,12). Sum of RGB (Red+Green+Blue) = 238+148+12=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE940C is #116BF3. Grayscale: #A0A0A0. Windows color (decimal): -1141748 or 824558. OLE color: 824558.

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

Color convert

RGB 238 148 12 -
CMYK 0 0.38 0.95 0.07
HSL 36.11º 0.9% 0.49% -
HSV(B) 36.11º 0.95% 0.93% -
XYZ 45.92 39.38 5.53 -
YUV 159.41 44.82 184.06 -
System Red Green Blue C M Y K H S L
Decimal 238 148 12 0 0.38 0.95 0.07 36.11 0.9 0.49
Hex EE 94 C 0 26 5F 7 24 5A 31
Octal 356 224 14 0 46 137 7 44 132 61
Binary 11101110 10010100 1100 0 100110 1011111 111 100100 1011010 110001

Color Harmonies of #EE940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE940C

Black with #EE940C

Text Example


Text Example

White with #EE940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE940C; }

 p { color: rgb(238,148,12); }

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

background-color css

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

 a { background-color: rgb(238,148,12); }

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

border-color css

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

 span { border-color: rgb(238,148,12); }

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