Html Css Color HEX #EEA515 Gamboge

📋 copy color: '#EEA515'

red 238 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #EEA515

Tints of Gamboge #EEA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

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

R = 56.13%
G = 38.92%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA515 (or 0xEEA515) is known color: Gamboge. HEX triplet: EE, A5 and 15. RGB value is (238,165,21). Sum of RGB (Red+Green+Blue) = 238+165+21=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA515 is #115AEA. Grayscale: #ABABAB. Windows color (decimal): -1137387 or 1418734. OLE color: 1418734.

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

Color convert

RGB 238 165 21 -
CMYK 0 0.31 0.91 0.07
HSL 39.82º 0.86% 0.51% -
HSV(B) 39.82º 0.91% 0.93% -
XYZ 48.85 45.14 6.85 -
YUV 170.41 43.68 176.21 -
System Red Green Blue C M Y K H S L
Decimal 238 165 21 0 0.31 0.91 0.07 39.82 0.86 0.51
Hex EE A5 15 0 1F 5B 7 28 56 33
Octal 356 245 25 0 37 133 7 50 126 63
Binary 11101110 10100101 10101 0 11111 1011011 111 101000 1010110 110011

Color Harmonies of #EEA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA515

Black with #EEA515

Text Example


Text Example

White with #EEA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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