Html Css Color HEX #EFA00A Gamboge

📋 copy color: '#EFA00A'

red 239 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #EFA00A

Tints of Gamboge #EFA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

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

R = 58.44%
G = 39.12%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFA00A (or 0xEFA00A) is known color: Gamboge. HEX triplet: EF, A0 and 0A. RGB value is (239,160,10). Sum of RGB (Red+Green+Blue) = 239+160+10=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA00A is #105FF5. Grayscale: #A7A7A7. Windows color (decimal): -1073142 or 696559. OLE color: 696559.

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

Color convert

RGB 239 160 10 -
CMYK 0 0.33 0.96 0.06
HSL 39.3º 0.92% 0.49% -
HSV(B) 39.3º 0.96% 0.94% -
XYZ 48.22 43.51 6.14 -
YUV 166.52 39.67 179.7 -
System Red Green Blue C M Y K H S L
Decimal 239 160 10 0 0.33 0.96 0.06 39.3 0.92 0.49
Hex EF A0 A 0 21 60 6 27 5C 31
Octal 357 240 12 0 41 140 6 47 134 61
Binary 11101111 10100000 1010 0 100001 1100000 110 100111 1011100 110001

Color Harmonies of #EFA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA00A

Black with #EFA00A

Text Example


Text Example

White with #EFA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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