Html Css Color HEX #EEA305 Gamboge

📋 copy color: '#EEA305'

red 238 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #EEA305

Tints of Gamboge #EEA305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 58.62%
G = 40.15%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEA305 (or 0xEEA305) is known color: Gamboge. HEX triplet: EE, A3 and 05. RGB value is (238,163,5). Sum of RGB (Red+Green+Blue) = 238+163+5=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA305 is #115CFA. Grayscale: #A8A8A8. Windows color (decimal): -1137915 or 369646. OLE color: 369646.

HSL color Cylindrical-coordinate representation of color #EEA305: hue angle of 40.69º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEA305 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 163 5 -
CMYK 0 0.32 0.98 0.07
HSL 40.69º 0.96% 0.48% -
HSV(B) 40.69º 0.98% 0.93% -
XYZ 48.38 44.38 6.16 -
YUV 167.41 36.35 178.35 -
System Red Green Blue C M Y K H S L
Decimal 238 163 5 0 0.32 0.98 0.07 40.69 0.96 0.48
Hex EE A3 5 0 20 62 7 29 60 30
Octal 356 243 5 0 40 142 7 51 140 60
Binary 11101110 10100011 101 0 100000 1100010 111 101001 1100000 110000

Color Harmonies of #EEA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA305

Black with #EEA305

Text Example


Text Example

White with #EEA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA305; }

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

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

background-color css

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

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

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

border-color css

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

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

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