Html Css Color HEX #EE940A Gamboge

📋 copy color: '#EE940A'

red 238 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #EE940A

Tints of Gamboge #EE940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 60.1%
G = 37.37%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE940A (or 0xEE940A) is known color: Gamboge. HEX triplet: EE, 94 and 0A. RGB value is (238,148,10). Sum of RGB (Red+Green+Blue) = 238+148+10=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE940A is #116BF5. Grayscale: #9F9F9F. Windows color (decimal): -1141750 or 693486. OLE color: 693486.

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

Color convert

RGB 238 148 10 -
CMYK 0 0.38 0.96 0.07
HSL 36.32º 0.92% 0.49% -
HSV(B) 36.32º 0.96% 0.93% -
XYZ 45.9 39.38 5.47 -
YUV 159.18 43.82 184.22 -
System Red Green Blue C M Y K H S L
Decimal 238 148 10 0 0.38 0.96 0.07 36.32 0.92 0.49
Hex EE 94 A 0 26 60 7 24 5C 31
Octal 356 224 12 0 46 140 7 44 134 61
Binary 11101110 10010100 1010 0 100110 1100000 111 100100 1011100 110001

Color Harmonies of #EE940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE940A

Black with #EE940A

Text Example


Text Example

White with #EE940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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