Html Css Color HEX #EEA314 Gamboge

📋 copy color: '#EEA314'

red 238 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #EEA314

Tints of Gamboge #EEA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 56.53%
G = 38.72%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEA314 (or 0xEEA314) is known color: Gamboge. HEX triplet: EE, A3 and 14. RGB value is (238,163,20). Sum of RGB (Red+Green+Blue) = 238+163+20=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA314 is #115CEB. Grayscale: #A9A9A9. Windows color (decimal): -1137900 or 1352686. OLE color: 1352686.

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

Color convert

RGB 238 163 20 -
CMYK 0 0.32 0.92 0.07
HSL 39.36º 0.87% 0.51% -
HSV(B) 39.36º 0.92% 0.93% -
XYZ 48.48 44.42 6.68 -
YUV 169.12 43.85 177.13 -
System Red Green Blue C M Y K H S L
Decimal 238 163 20 0 0.32 0.92 0.07 39.36 0.87 0.51
Hex EE A3 14 0 20 5C 7 27 57 33
Octal 356 243 24 0 40 134 7 47 127 63
Binary 11101110 10100011 10100 0 100000 1011100 111 100111 1010111 110011

Color Harmonies of #EEA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA314

Black with #EEA314

Text Example


Text Example

White with #EEA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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