Html Css Color HEX #EBA31E Gamboge

📋 copy color: '#EBA31E'

red 235 ◦ green 163 ◦ blue 30

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

Shades of Gamboge #EBA31E

Tints of Gamboge #EBA31E

RGB

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

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

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

R = 54.91%
G = 38.08%
B = 7.01%

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

#EBA31E (or 0xEBA31E) is known color: Gamboge. HEX triplet: EB, A3 and 1E. RGB value is (235,163,30). Sum of RGB (Red+Green+Blue) = 235+163+30=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA31E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA31E is #145CE1. Grayscale: #A9A9A9. Windows color (decimal): -1334498 or 2008043. OLE color: 2008043.

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

Color convert

RGB 235 163 30 -
CMYK 0 0.31 0.87 0.08
HSL 38.93º 0.84% 0.52% -
HSV(B) 38.93º 0.87% 0.92% -
XYZ 47.59 43.95 7.2 -
YUV 169.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 235 163 30 0 0.31 0.87 0.08 38.93 0.84 0.52
Hex EB A3 1E 0 1F 57 8 27 54 34
Octal 353 243 36 0 37 127 10 47 124 64
Binary 11101011 10100011 11110 0 11111 1010111 1000 100111 1010100 110100

Color Harmonies of #EBA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA31E

Black with #EBA31E

Text Example


Text Example

White with #EBA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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