Html Css Color HEX #EFA31B Gamboge

📋 copy color: '#EFA31B'

red 239 ◦ green 163 ◦ blue 27

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

Shades of Gamboge #EFA31B

Tints of Gamboge #EFA31B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

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

R = 55.71%
G = 38%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFA31B (or 0xEFA31B) is known color: Gamboge. HEX triplet: EF, A3 and 1B. RGB value is (239,163,27). Sum of RGB (Red+Green+Blue) = 239+163+27=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA31B is #105CE4. Grayscale: #AAAAAA. Windows color (decimal): -1072357 or 1811439. OLE color: 1811439.

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

Color convert

RGB 239 163 27 -
CMYK 0 0.32 0.89 0.06
HSL 38.49º 0.87% 0.52% -
HSV(B) 38.49º 0.89% 0.94% -
XYZ 48.89 44.62 7.07 -
YUV 170.22 47.18 177.06 -
System Red Green Blue C M Y K H S L
Decimal 239 163 27 0 0.32 0.89 0.06 38.49 0.87 0.52
Hex EF A3 1B 0 20 59 6 26 57 34
Octal 357 243 33 0 40 131 6 46 127 64
Binary 11101111 10100011 11011 0 100000 1011001 110 100110 1010111 110100

Color Harmonies of #EFA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA31B

Black with #EFA31B

Text Example


Text Example

White with #EFA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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