Html Css Color HEX #EEA304 Gamboge

📋 copy color: '#EEA304'

red 238 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #EEA304

Tints of Gamboge #EEA304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 58.77%
G = 40.25%
B = 0.99%

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

#EEA304 (or 0xEEA304) is known color: Gamboge. HEX triplet: EE, A3 and 04. RGB value is (238,163,4). Sum of RGB (Red+Green+Blue) = 238+163+4=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA304 is #115CFB. Grayscale: #A8A8A8. Windows color (decimal): -1137916 or 304110. OLE color: 304110.

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

Color convert

RGB 238 163 4 -
CMYK 0 0.32 0.98 0.07
HSL 40.77º 0.97% 0.47% -
HSV(B) 40.77º 0.98% 0.93% -
XYZ 48.38 44.38 6.13 -
YUV 167.3 35.85 178.43 -
System Red Green Blue C M Y K H S L
Decimal 238 163 4 0 0.32 0.98 0.07 40.77 0.97 0.47
Hex EE A3 4 0 20 62 7 29 61 2F
Octal 356 243 4 0 40 142 7 51 141 57
Binary 11101110 10100011 100 0 100000 1100010 111 101001 1100001 101111

Color Harmonies of #EEA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA304

Black with #EEA304

Text Example


Text Example

White with #EEA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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