Html Css Color HEX #EBA31F Gamboge

📋 copy color: '#EBA31F'

red 235 ◦ green 163 ◦ blue 31

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

Shades of Gamboge #EBA31F

Tints of Gamboge #EBA31F

RGB

 RED value IS 235 (92.19% from 255) = 54.78%

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

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 54.78%
G = 38%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA31F (or 0xEBA31F) is known color: Gamboge. HEX triplet: EB, A3 and 1F. RGB value is (235,163,31). Sum of RGB (Red+Green+Blue) = 235+163+31=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA31F is #145CE0. Grayscale: #AAAAAA. Windows color (decimal): -1334497 or 2073579. OLE color: 2073579.

HSL color Cylindrical-coordinate representation of color #EBA31F: hue angle of 38.82º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBA31F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 31 -
CMYK 0 0.31 0.87 0.08
HSL 38.82º 0.84% 0.52% -
HSV(B) 38.82º 0.87% 0.92% -
XYZ 47.61 43.96 7.27 -
YUV 169.48 49.85 174.73 -
System Red Green Blue C M Y K H S L
Decimal 235 163 31 0 0.31 0.87 0.08 38.82 0.84 0.52
Hex EB A3 1F 0 1F 57 8 27 54 34
Octal 353 243 37 0 37 127 10 47 124 64
Binary 11101011 10100011 11111 0 11111 1010111 1000 100111 1010100 110100

Color Harmonies of #EBA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA31F

Black with #EBA31F

Text Example


Text Example

White with #EBA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA31F; }

 p { color: rgb(235,163,31); }

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

background-color css

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

 a { background-color: rgb(235,163,31); }

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

border-color css

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

 span { border-color: rgb(235,163,31); }

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