Html Css Color HEX #EFA40B Gamboge

📋 copy color: '#EFA40B'

red 239 ◦ green 164 ◦ blue 11

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

Shades of Gamboge #EFA40B

Tints of Gamboge #EFA40B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

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

R = 57.73%
G = 39.61%
B = 2.66%

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

#EFA40B (or 0xEFA40B) is known color: Gamboge. HEX triplet: EF, A4 and 0B. RGB value is (239,164,11). Sum of RGB (Red+Green+Blue) = 239+164+11=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA40B is #105BF4. Grayscale: #A9A9A9. Windows color (decimal): -1072117 or 763119. OLE color: 763119.

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

Color convert

RGB 239 164 11 -
CMYK 0 0.31 0.95 0.06
HSL 40.26º 0.91% 0.49% -
HSV(B) 40.26º 0.95% 0.94% -
XYZ 48.93 44.93 6.41 -
YUV 168.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 239 164 11 0 0.31 0.95 0.06 40.26 0.91 0.49
Hex EF A4 B 0 1F 5F 6 28 5B 31
Octal 357 244 13 0 37 137 6 50 133 61
Binary 11101111 10100100 1011 0 11111 1011111 110 101000 1011011 110001

Color Harmonies of #EFA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA40B

Black with #EFA40B

Text Example


Text Example

White with #EFA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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