Html Css Color HEX #EEA90E Gamboge

📋 copy color: '#EEA90E'

red 238 ◦ green 169 ◦ blue 14

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

Shades of Gamboge #EEA90E

Tints of Gamboge #EEA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 56.53%
G = 40.14%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEA90E (or 0xEEA90E) is known color: Gamboge. HEX triplet: EE, A9 and 0E. RGB value is (238,169,14). Sum of RGB (Red+Green+Blue) = 238+169+14=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA90E is #1156F1. Grayscale: #ACACAC. Windows color (decimal): -1136370 or 961006. OLE color: 961006.

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

Color convert

RGB 238 169 14 -
CMYK 0 0.29 0.94 0.07
HSL 41.52º 0.89% 0.49% -
HSV(B) 41.52º 0.94% 0.93% -
XYZ 49.53 46.58 6.8 -
YUV 171.96 38.86 175.1 -
System Red Green Blue C M Y K H S L
Decimal 238 169 14 0 0.29 0.94 0.07 41.52 0.89 0.49
Hex EE A9 E 0 1D 5E 7 2A 59 31
Octal 356 251 16 0 35 136 7 52 131 61
Binary 11101110 10101001 1110 0 11101 1011110 111 101010 1011001 110001

Color Harmonies of #EEA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA90E

Black with #EEA90E

Text Example


Text Example

White with #EEA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA90E; }

 p { color: rgb(238,169,14); }

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

background-color css

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

 a { background-color: rgb(238,169,14); }

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

border-color css

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

 span { border-color: rgb(238,169,14); }

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