Html Css Color HEX #EEA41D Gamboge

📋 copy color: '#EEA41D'

red 238 ◦ green 164 ◦ blue 29

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

Shades of Gamboge #EEA41D

Tints of Gamboge #EEA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

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

R = 55.22%
G = 38.05%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEA41D (or 0xEEA41D) is known color: Gamboge. HEX triplet: EE, A4 and 1D. RGB value is (238,164,29). Sum of RGB (Red+Green+Blue) = 238+164+29=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA41D is #115BE2. Grayscale: #ABABAB. Windows color (decimal): -1137635 or 1942766. OLE color: 1942766.

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

Color convert

RGB 238 164 29 -
CMYK 0 0.31 0.88 0.07
HSL 38.76º 0.86% 0.52% -
HSV(B) 38.76º 0.88% 0.93% -
XYZ 48.76 44.82 7.24 -
YUV 170.74 48.02 175.98 -
System Red Green Blue C M Y K H S L
Decimal 238 164 29 0 0.31 0.88 0.07 38.76 0.86 0.52
Hex EE A4 1D 0 1F 58 7 27 56 34
Octal 356 244 35 0 37 130 7 47 126 64
Binary 11101110 10100100 11101 0 11111 1011000 111 100111 1010110 110100

Color Harmonies of #EEA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA41D

Black with #EEA41D

Text Example


Text Example

White with #EEA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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