Html Css Color HEX #EFA70A Gamboge

📋 copy color: '#EFA70A'

red 239 ◦ green 167 ◦ blue 10

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

Shades of Gamboge #EFA70A

Tints of Gamboge #EFA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.14%

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

R = 57.45%
G = 40.14%
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

#EFA70A (or 0xEFA70A) is known color: Gamboge. HEX triplet: EF, A7 and 0A. RGB value is (239,167,10). Sum of RGB (Red+Green+Blue) = 239+167+10=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA70A is #1058F5. Grayscale: #ABABAB. Windows color (decimal): -1071350 or 698351. OLE color: 698351.

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

Color convert

RGB 239 167 10 -
CMYK 0 0.30 0.96 0.06
HSL 41.14º 0.92% 0.49% -
HSV(B) 41.14º 0.96% 0.94% -
XYZ 49.47 46.01 6.56 -
YUV 170.63 37.35 176.77 -
System Red Green Blue C M Y K H S L
Decimal 239 167 10 0 0.30 0.96 0.06 41.14 0.92 0.49
Hex EF A7 A 0 1E 60 6 29 5C 31
Octal 357 247 12 0 36 140 6 51 134 61
Binary 11101111 10100111 1010 0 11110 1100000 110 101001 1011100 110001

Color Harmonies of #EFA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA70A

Black with #EFA70A

Text Example


Text Example

White with #EFA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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