Html Css Color HEX #EEA615 Gamboge

📋 copy color: '#EEA615'

red 238 ◦ green 166 ◦ blue 21

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

Shades of Gamboge #EEA615

Tints of Gamboge #EEA615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 21 (8.59% from 255) = 4.94%

R = 56%
G = 39.06%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA615 (or 0xEEA615) is known color: Gamboge. HEX triplet: EE, A6 and 15. RGB value is (238,166,21). Sum of RGB (Red+Green+Blue) = 238+166+21=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA615 is #1159EA. Grayscale: #ABABAB. Windows color (decimal): -1137131 or 1418990. OLE color: 1418990.

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

Color convert

RGB 238 166 21 -
CMYK 0 0.30 0.91 0.07
HSL 40.09º 0.86% 0.51% -
HSV(B) 40.09º 0.91% 0.93% -
XYZ 49.03 45.5 6.91 -
YUV 171 43.35 175.79 -
System Red Green Blue C M Y K H S L
Decimal 238 166 21 0 0.30 0.91 0.07 40.09 0.86 0.51
Hex EE A6 15 0 1E 5B 7 28 56 33
Octal 356 246 25 0 36 133 7 50 126 63
Binary 11101110 10100110 10101 0 11110 1011011 111 101000 1010110 110011

Color Harmonies of #EEA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA615

Black with #EEA615

Text Example


Text Example

White with #EEA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA615; }

 p { color: rgb(238,166,21); }

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

background-color css

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

 a { background-color: rgb(238,166,21); }

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

border-color css

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

 span { border-color: rgb(238,166,21); }

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