Html Css Color HEX #EFA60D Gamboge

📋 copy color: '#EFA60D'

red 239 ◦ green 166 ◦ blue 13

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

Shades of Gamboge #EFA60D

Tints of Gamboge #EFA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 57.18%
G = 39.71%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFA60D (or 0xEFA60D) is known color: Gamboge. HEX triplet: EF, A6 and 0D. RGB value is (239,166,13). Sum of RGB (Red+Green+Blue) = 239+166+13=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA60D is #1059F2. Grayscale: #ABABAB. Windows color (decimal): -1071603 or 894703. OLE color: 894703.

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

Color convert

RGB 239 166 13 -
CMYK 0 0.31 0.95 0.06
HSL 40.62º 0.9% 0.49% -
HSV(B) 40.62º 0.95% 0.94% -
XYZ 49.31 45.65 6.59 -
YUV 170.39 39.18 176.94 -
System Red Green Blue C M Y K H S L
Decimal 239 166 13 0 0.31 0.95 0.06 40.62 0.9 0.49
Hex EF A6 D 0 1F 5F 6 29 5A 31
Octal 357 246 15 0 37 137 6 51 132 61
Binary 11101111 10100110 1101 0 11111 1011111 110 101001 1011010 110001

Color Harmonies of #EFA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA60D

Black with #EFA60D

Text Example


Text Example

White with #EFA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA60D; }

 p { color: rgb(239,166,13); }

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

background-color css

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

 a { background-color: rgb(239,166,13); }

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

border-color css

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

 span { border-color: rgb(239,166,13); }

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