Html Css Color HEX #EE9714 Gamboge

📋 copy color: '#EE9714'

red 238 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #EE9714

Tints of Gamboge #EE9714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 58.19%
G = 36.92%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9714 (or 0xEE9714) is known color: Gamboge. HEX triplet: EE, 97 and 14. RGB value is (238,151,20). Sum of RGB (Red+Green+Blue) = 238+151+20=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9714 is #1168EB. Grayscale: #A2A2A2. Windows color (decimal): -1140972 or 1349614. OLE color: 1349614.

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

Color convert

RGB 238 151 20 -
CMYK 0 0.37 0.92 0.07
HSL 36.06º 0.87% 0.51% -
HSV(B) 36.06º 0.92% 0.93% -
XYZ 46.45 40.36 6 -
YUV 162.08 47.82 182.15 -
System Red Green Blue C M Y K H S L
Decimal 238 151 20 0 0.37 0.92 0.07 36.06 0.87 0.51
Hex EE 97 14 0 25 5C 7 24 57 33
Octal 356 227 24 0 45 134 7 44 127 63
Binary 11101110 10010111 10100 0 100101 1011100 111 100100 1010111 110011

Color Harmonies of #EE9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9714

Black with #EE9714

Text Example


Text Example

White with #EE9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9714; }

 p { color: rgb(238,151,20); }

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

background-color css

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

 a { background-color: rgb(238,151,20); }

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

border-color css

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

 span { border-color: rgb(238,151,20); }

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