Html Css Color HEX #EEA01A Gamboge

📋 copy color: '#EEA01A'

red 238 ◦ green 160 ◦ blue 26

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

Shades of Gamboge #EEA01A

Tints of Gamboge #EEA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 26 (10.55% from 255) = 6.13%

R = 56.13%
G = 37.74%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEA01A (or 0xEEA01A) is known color: Gamboge. HEX triplet: EE, A0 and 1A. RGB value is (238,160,26). Sum of RGB (Red+Green+Blue) = 238+160+26=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA01A is #115FE5. Grayscale: #A8A8A8. Windows color (decimal): -1138662 or 1745134. OLE color: 1745134.

HSL color Cylindrical-coordinate representation of color #EEA01A: hue angle of 37.92º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEA01A is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 26 -
CMYK 0 0.33 0.89 0.07
HSL 37.92º 0.86% 0.52% -
HSV(B) 37.92º 0.89% 0.93% -
XYZ 48.02 43.39 6.82 -
YUV 168.05 47.84 177.9 -
System Red Green Blue C M Y K H S L
Decimal 238 160 26 0 0.33 0.89 0.07 37.92 0.86 0.52
Hex EE A0 1A 0 21 59 7 26 56 34
Octal 356 240 32 0 41 131 7 46 126 64
Binary 11101110 10100000 11010 0 100001 1011001 111 100110 1010110 110100

Color Harmonies of #EEA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA01A

Black with #EEA01A

Text Example


Text Example

White with #EEA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA01A; }

 p { color: rgb(238,160,26); }

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

background-color css

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

 a { background-color: rgb(238,160,26); }

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

border-color css

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

 span { border-color: rgb(238,160,26); }

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