Html Css Color HEX #EFA01B Gamboge

📋 copy color: '#EFA01B'

red 239 ◦ green 160 ◦ blue 27

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

Shades of Gamboge #EFA01B

Tints of Gamboge #EFA01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.34%

R = 56.1%
G = 37.56%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFA01B (or 0xEFA01B) is known color: Gamboge. HEX triplet: EF, A0 and 1B. RGB value is (239,160,27). Sum of RGB (Red+Green+Blue) = 239+160+27=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA01B is #105FE4. Grayscale: #A9A9A9. Windows color (decimal): -1073125 or 1810671. OLE color: 1810671.

HSL color Cylindrical-coordinate representation of color #EFA01B: hue angle of 37.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFA01B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 27 -
CMYK 0 0.33 0.89 0.06
HSL 37.64º 0.87% 0.52% -
HSV(B) 37.64º 0.89% 0.94% -
XYZ 48.37 43.57 6.9 -
YUV 168.46 48.17 178.31 -
System Red Green Blue C M Y K H S L
Decimal 239 160 27 0 0.33 0.89 0.06 37.64 0.87 0.52
Hex EF A0 1B 0 21 59 6 26 57 34
Octal 357 240 33 0 41 131 6 46 127 64
Binary 11101111 10100000 11011 0 100001 1011001 110 100110 1010111 110100

Color Harmonies of #EFA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA01B

Black with #EFA01B

Text Example


Text Example

White with #EFA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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