Html Css Color HEX #EFA11C Gamboge

📋 copy color: '#EFA11C'

red 239 ◦ green 161 ◦ blue 28

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

Shades of Gamboge #EFA11C

Tints of Gamboge #EFA11C

RGB

 RED value IS 239 (93.75% from 255) = 55.84%

 GREEN value IS 161 (63.28% from 255) = 37.62%

 BLUE value IS 28 (11.33% from 255) = 6.54%

R = 55.84%
G = 37.62%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFA11C (or 0xEFA11C) is known color: Gamboge. HEX triplet: EF, A1 and 1C. RGB value is (239,161,28). Sum of RGB (Red+Green+Blue) = 239+161+28=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA11C is #105EE3. Grayscale: #A9A9A9. Windows color (decimal): -1072868 or 1876463. OLE color: 1876463.

HSL color Cylindrical-coordinate representation of color #EFA11C: hue angle of 37.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFA11C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 28 -
CMYK 0 0.33 0.88 0.06
HSL 37.82º 0.87% 0.52% -
HSV(B) 37.82º 0.88% 0.94% -
XYZ 48.55 43.92 7.02 -
YUV 169.16 48.34 177.81 -
System Red Green Blue C M Y K H S L
Decimal 239 161 28 0 0.33 0.88 0.06 37.82 0.87 0.52
Hex EF A1 1C 0 21 58 6 26 57 34
Octal 357 241 34 0 41 130 6 46 127 64
Binary 11101111 10100001 11100 0 100001 1011000 110 100110 1010111 110100

Color Harmonies of #EFA11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA11C

Black with #EFA11C

Text Example


Text Example

White with #EFA11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA11C; }

 p { color: rgb(239,161,28); }

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

background-color css

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

 a { background-color: rgb(239,161,28); }

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

border-color css

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

 span { border-color: rgb(239,161,28); }

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