Html Css Color HEX #EEA514 Gamboge

📋 copy color: '#EEA514'

red 238 ◦ green 165 ◦ blue 20

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

Shades of Gamboge #EEA514

Tints of Gamboge #EEA514

RGB

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

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

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

R = 56.26%
G = 39.01%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA514 (or 0xEEA514) is known color: Gamboge. HEX triplet: EE, A5 and 14. RGB value is (238,165,20). Sum of RGB (Red+Green+Blue) = 238+165+20=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA514 is #115AEB. Grayscale: #AAAAAA. Windows color (decimal): -1137388 or 1353198. OLE color: 1353198.

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

Color convert

RGB 238 165 20 -
CMYK 0 0.31 0.92 0.07
HSL 39.91º 0.87% 0.51% -
HSV(B) 39.91º 0.92% 0.93% -
XYZ 48.84 45.14 6.8 -
YUV 170.3 43.18 176.29 -
System Red Green Blue C M Y K H S L
Decimal 238 165 20 0 0.31 0.92 0.07 39.91 0.87 0.51
Hex EE A5 14 0 1F 5C 7 28 57 33
Octal 356 245 24 0 37 134 7 50 127 63
Binary 11101110 10100101 10100 0 11111 1011100 111 101000 1010111 110011

Color Harmonies of #EEA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA514

Black with #EEA514

Text Example


Text Example

White with #EEA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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