Html Css Color HEX #EEA90D Gamboge

📋 copy color: '#EEA90D'

red 238 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #EEA90D

Tints of Gamboge #EEA90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 56.67%
G = 40.24%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEA90D (or 0xEEA90D) is known color: Gamboge. HEX triplet: EE, A9 and 0D. RGB value is (238,169,13). Sum of RGB (Red+Green+Blue) = 238+169+13=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA90D is #1156F2. Grayscale: #ACACAC. Windows color (decimal): -1136371 or 895470. OLE color: 895470.

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

Color convert

RGB 238 169 13 -
CMYK 0 0.29 0.95 0.07
HSL 41.6º 0.9% 0.49% -
HSV(B) 41.6º 0.95% 0.93% -
XYZ 49.52 46.58 6.76 -
YUV 171.85 38.36 175.18 -
System Red Green Blue C M Y K H S L
Decimal 238 169 13 0 0.29 0.95 0.07 41.6 0.9 0.49
Hex EE A9 D 0 1D 5F 7 2A 5A 31
Octal 356 251 15 0 35 137 7 52 132 61
Binary 11101110 10101001 1101 0 11101 1011111 111 101010 1011010 110001

Color Harmonies of #EEA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA90D

Black with #EEA90D

Text Example


Text Example

White with #EEA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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