Html Css Color HEX #EFA512 Gamboge

📋 copy color: '#EFA512'

red 239 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #EFA512

Tints of Gamboge #EFA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 18 (7.42% from 255) = 4.27%

R = 56.64%
G = 39.1%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFA512 (or 0xEFA512) is known color: Gamboge. HEX triplet: EF, A5 and 12. RGB value is (239,165,18). Sum of RGB (Red+Green+Blue) = 239+165+18=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA512 is #105AED. Grayscale: #ABABAB. Windows color (decimal): -1071854 or 1222127. OLE color: 1222127.

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

Color convert

RGB 239 165 18 -
CMYK 0 0.31 0.92 0.06
HSL 39.91º 0.87% 0.5% -
HSV(B) 39.91º 0.92% 0.94% -
XYZ 49.16 45.3 6.73 -
YUV 170.37 42.02 176.95 -
System Red Green Blue C M Y K H S L
Decimal 239 165 18 0 0.31 0.92 0.06 39.91 0.87 0.5
Hex EF A5 12 0 1F 5C 6 28 57 32
Octal 357 245 22 0 37 134 6 50 127 62
Binary 11101111 10100101 10010 0 11111 1011100 110 101000 1010111 110010

Color Harmonies of #EFA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA512

Black with #EFA512

Text Example


Text Example

White with #EFA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA512; }

 p { color: rgb(239,165,18); }

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

background-color css

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

 a { background-color: rgb(239,165,18); }

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

border-color css

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

 span { border-color: rgb(239,165,18); }

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