Html Css Color HEX #EFA80A Gamboge

📋 copy color: '#EFA80A'

red 239 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #EFA80A

Tints of Gamboge #EFA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 57.31%
G = 40.29%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFA80A (or 0xEFA80A) is known color: Gamboge. HEX triplet: EF, A8 and 0A. RGB value is (239,168,10). Sum of RGB (Red+Green+Blue) = 239+168+10=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA80A is #1057F5. Grayscale: #ABABAB. Windows color (decimal): -1071094 or 698607. OLE color: 698607.

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

Color convert

RGB 239 168 10 -
CMYK 0 0.30 0.96 0.06
HSL 41.4º 0.92% 0.49% -
HSV(B) 41.4º 0.96% 0.94% -
XYZ 49.65 46.38 6.62 -
YUV 171.22 37.02 176.35 -
System Red Green Blue C M Y K H S L
Decimal 239 168 10 0 0.30 0.96 0.06 41.4 0.92 0.49
Hex EF A8 A 0 1E 60 6 29 5C 31
Octal 357 250 12 0 36 140 6 51 134 61
Binary 11101111 10101000 1010 0 11110 1100000 110 101001 1011100 110001

Color Harmonies of #EFA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA80A

Black with #EFA80A

Text Example


Text Example

White with #EFA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA80A; }

 p { color: rgb(239,168,10); }

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

background-color css

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

 a { background-color: rgb(239,168,10); }

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

border-color css

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

 span { border-color: rgb(239,168,10); }

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