Html Css Color HEX #EEA31D Gamboge

📋 copy color: '#EEA31D'

red 238 ◦ green 163 ◦ blue 29

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

Shades of Gamboge #EEA31D

Tints of Gamboge #EEA31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 55.35%
G = 37.91%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEA31D (or 0xEEA31D) is known color: Gamboge. HEX triplet: EE, A3 and 1D. RGB value is (238,163,29). Sum of RGB (Red+Green+Blue) = 238+163+29=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA31D is #115CE2. Grayscale: #AAAAAA. Windows color (decimal): -1137891 or 1942510. OLE color: 1942510.

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

Color convert

RGB 238 163 29 -
CMYK 0 0.32 0.88 0.07
HSL 38.47º 0.86% 0.52% -
HSV(B) 38.47º 0.88% 0.93% -
XYZ 48.58 44.46 7.18 -
YUV 170.15 48.35 176.4 -
System Red Green Blue C M Y K H S L
Decimal 238 163 29 0 0.32 0.88 0.07 38.47 0.86 0.52
Hex EE A3 1D 0 20 58 7 26 56 34
Octal 356 243 35 0 40 130 7 46 126 64
Binary 11101110 10100011 11101 0 100000 1011000 111 100110 1010110 110100

Color Harmonies of #EEA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA31D

Black with #EEA31D

Text Example


Text Example

White with #EEA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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