Html Css Color HEX #EFA31C Gamboge

📋 copy color: '#EFA31C'

red 239 ◦ green 163 ◦ blue 28

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

Shades of Gamboge #EFA31C

Tints of Gamboge #EFA31C

RGB

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

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

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

R = 55.58%
G = 37.91%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFA31C (or 0xEFA31C) is known color: Gamboge. HEX triplet: EF, A3 and 1C. RGB value is (239,163,28). Sum of RGB (Red+Green+Blue) = 239+163+28=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA31C is #105CE3. Grayscale: #AAAAAA. Windows color (decimal): -1072356 or 1876975. OLE color: 1876975.

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

Color convert

RGB 239 163 28 -
CMYK 0 0.32 0.88 0.06
HSL 38.39º 0.87% 0.52% -
HSV(B) 38.39º 0.88% 0.94% -
XYZ 48.9 44.63 7.14 -
YUV 170.33 47.68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 239 163 28 0 0.32 0.88 0.06 38.39 0.87 0.52
Hex EF A3 1C 0 20 58 6 26 57 34
Octal 357 243 34 0 40 130 6 46 127 64
Binary 11101111 10100011 11100 0 100000 1011000 110 100110 1010111 110100

Color Harmonies of #EFA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA31C

Black with #EFA31C

Text Example


Text Example

White with #EFA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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