Html Css Color HEX #EFA60B Gamboge

📋 copy color: '#EFA60B'

red 239 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #EFA60B

Tints of Gamboge #EFA60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 57.45%
G = 39.9%
B = 2.64%

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

#EFA60B (or 0xEFA60B) is known color: Gamboge. HEX triplet: EF, A6 and 0B. RGB value is (239,166,11). Sum of RGB (Red+Green+Blue) = 239+166+11=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA60B is #1059F4. Grayscale: #AAAAAA. Windows color (decimal): -1071605 or 763631. OLE color: 763631.

HSL color Cylindrical-coordinate representation of color #EFA60B: hue angle of 40.79º degrees, saturation: 0.91, 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 #EFA60B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 11 -
CMYK 0 0.31 0.95 0.06
HSL 40.79º 0.91% 0.49% -
HSV(B) 40.79º 0.95% 0.94% -
XYZ 49.29 45.65 6.53 -
YUV 170.16 38.18 177.1 -
System Red Green Blue C M Y K H S L
Decimal 239 166 11 0 0.31 0.95 0.06 40.79 0.91 0.49
Hex EF A6 B 0 1F 5F 6 29 5B 31
Octal 357 246 13 0 37 137 6 51 133 61
Binary 11101111 10100110 1011 0 11111 1011111 110 101001 1011011 110001

Color Harmonies of #EFA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA60B

Black with #EFA60B

Text Example


Text Example

White with #EFA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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