Html Css Color HEX #EBA41E Gamboge

📋 copy color: '#EBA41E'

red 235 ◦ green 164 ◦ blue 30

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

Shades of Gamboge #EBA41E

Tints of Gamboge #EBA41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 54.78%
G = 38.23%
B = 6.99%

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

#EBA41E (or 0xEBA41E) is known color: Gamboge. HEX triplet: EB, A4 and 1E. RGB value is (235,164,30). Sum of RGB (Red+Green+Blue) = 235+164+30=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA41E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA41E is #145BE1. Grayscale: #AAAAAA. Windows color (decimal): -1334242 or 2008299. OLE color: 2008299.

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

Color convert

RGB 235 164 30 -
CMYK 0 0.30 0.87 0.08
HSL 39.22º 0.84% 0.52% -
HSV(B) 39.22º 0.87% 0.92% -
XYZ 47.77 44.31 7.26 -
YUV 169.95 49.02 174.4 -
System Red Green Blue C M Y K H S L
Decimal 235 164 30 0 0.30 0.87 0.08 39.22 0.84 0.52
Hex EB A4 1E 0 1E 57 8 27 54 34
Octal 353 244 36 0 36 127 10 47 124 64
Binary 11101011 10100100 11110 0 11110 1010111 1000 100111 1010100 110100

Color Harmonies of #EBA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA41E

Black with #EBA41E

Text Example


Text Example

White with #EBA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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