Html Css Color HEX #EBA41F Gamboge

📋 copy color: '#EBA41F'

red 235 ◦ green 164 ◦ blue 31

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

Shades of Gamboge #EBA41F

Tints of Gamboge #EBA41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

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

R = 54.65%
G = 38.14%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA41F (or 0xEBA41F) is known color: Gamboge. HEX triplet: EB, A4 and 1F. RGB value is (235,164,31). Sum of RGB (Red+Green+Blue) = 235+164+31=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA41F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA41F is #145BE0. Grayscale: #AAAAAA. Windows color (decimal): -1334241 or 2073835. OLE color: 2073835.

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

Color convert

RGB 235 164 31 -
CMYK 0 0.30 0.87 0.08
HSL 39.12º 0.84% 0.52% -
HSV(B) 39.12º 0.87% 0.92% -
XYZ 47.78 44.31 7.33 -
YUV 170.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 235 164 31 0 0.30 0.87 0.08 39.12 0.84 0.52
Hex EB A4 1F 0 1E 57 8 27 54 34
Octal 353 244 37 0 36 127 10 47 124 64
Binary 11101011 10100100 11111 0 11110 1010111 1000 100111 1010100 110100

Color Harmonies of #EBA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA41F

Black with #EBA41F

Text Example


Text Example

White with #EBA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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