Html Css Color HEX #E19F02 Gamboge

📋 copy color: '#E19F02'

red 225 ◦ green 159 ◦ blue 2

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

Shades of Gamboge #E19F02

Tints of Gamboge #E19F02

RGB

 RED value IS 225 (88.28% from 255) = 58.29%

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 58.29%
G = 41.19%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E19F02 (or 0xE19F02) is known color: Gamboge. HEX triplet: E1, 9F and 02. RGB value is (225,159,2). Sum of RGB (Red+Green+Blue) = 225+159+2=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19F02 is #1E60FD. Grayscale: #A1A1A1. Windows color (decimal): -1990910 or 172001. OLE color: 172001.

HSL color Cylindrical-coordinate representation of color #E19F02: hue angle of 42.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E19F02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 159 2 -
CMYK 0 0.29 0.99 0.12
HSL 42.24º 0.98% 0.45% -
HSV(B) 42.24º 0.99% 0.88% -
XYZ 43.46 40.81 5.64 -
YUV 160.84 38.37 173.77 -
System Red Green Blue C M Y K H S L
Decimal 225 159 2 0 0.29 0.99 0.12 42.24 0.98 0.45
Hex E1 9F 2 0 1D 63 C 2A 62 2D
Octal 341 237 2 0 35 143 14 52 142 55
Binary 11100001 10011111 10 0 11101 1100011 1100 101010 1100010 101101

Color Harmonies of #E19F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19F02

Black with #E19F02

Text Example


Text Example

White with #E19F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19F02; }

 p { color: rgb(225,159,2); }

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

background-color css

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

 a { background-color: rgb(225,159,2); }

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

border-color css

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

 span { border-color: rgb(225,159,2); }

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