Html Css Color HEX #EEA01B Gamboge

📋 copy color: '#EEA01B'

red 238 ◦ green 160 ◦ blue 27

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

Shades of Gamboge #EEA01B

Tints of Gamboge #EEA01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 56%
G = 37.65%
B = 6.35%

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

#EEA01B (or 0xEEA01B) is known color: Gamboge. HEX triplet: EE, A0 and 1B. RGB value is (238,160,27). Sum of RGB (Red+Green+Blue) = 238+160+27=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA01B is #115FE4. Grayscale: #A8A8A8. Windows color (decimal): -1138661 or 1810670. OLE color: 1810670.

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

Color convert

RGB 238 160 27 -
CMYK 0 0.33 0.89 0.07
HSL 37.82º 0.86% 0.52% -
HSV(B) 37.82º 0.89% 0.93% -
XYZ 48.03 43.4 6.88 -
YUV 168.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 238 160 27 0 0.33 0.89 0.07 37.82 0.86 0.52
Hex EE A0 1B 0 21 59 7 26 56 34
Octal 356 240 33 0 41 131 7 46 126 64
Binary 11101110 10100000 11011 0 100001 1011001 111 100110 1010110 110100

Color Harmonies of #EEA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA01B

Black with #EEA01B

Text Example


Text Example

White with #EEA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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