Html Css Color HEX #E69002 Gamboge

📋 copy color: '#E69002'

red 230 ◦ green 144 ◦ blue 2

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

Shades of Gamboge #E69002

Tints of Gamboge #E69002

RGB

 RED value IS 230 (90.23% from 255) = 61.17%

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 61.17%
G = 38.3%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E69002 (or 0xE69002) is known color: Gamboge. HEX triplet: E6, 90 and 02. RGB value is (230,144,2). Sum of RGB (Red+Green+Blue) = 230+144+2=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E69002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69002 is #196FFD. Grayscale: #9A9A9A. Windows color (decimal): -1667070 or 168166. OLE color: 168166.

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

Color convert

RGB 230 144 2 -
CMYK 0 0.37 0.99 0.10
HSL 37.37º 0.98% 0.45% -
HSV(B) 37.37º 0.99% 0.9% -
XYZ 42.62 36.77 4.91 -
YUV 153.53 42.49 182.55 -
System Red Green Blue C M Y K H S L
Decimal 230 144 2 0 0.37 0.99 0.10 37.37 0.98 0.45
Hex E6 90 2 0 25 63 A 25 62 2D
Octal 346 220 2 0 45 143 12 45 142 55
Binary 11100110 10010000 10 0 100101 1100011 1010 100101 1100010 101101

Color Harmonies of #E69002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69002

Black with #E69002

Text Example


Text Example

White with #E69002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69002; }

 p { color: rgb(230,144,2); }

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

background-color css

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

 a { background-color: rgb(230,144,2); }

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

border-color css

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

 span { border-color: rgb(230,144,2); }

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