Html Css Color HEX #E69E0A Gamboge

📋 copy color: '#E69E0A'

red 230 ◦ green 158 ◦ blue 10

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

Shades of Gamboge #E69E0A

Tints of Gamboge #E69E0A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 57.79%
G = 39.7%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E69E0A (or 0xE69E0A) is known color: Gamboge. HEX triplet: E6, 9E and 0A. RGB value is (230,158,10). Sum of RGB (Red+Green+Blue) = 230+158+10=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69E0A is #1961F5. Grayscale: #A3A3A3. Windows color (decimal): -1663478 or 696038. OLE color: 696038.

HSL color Cylindrical-coordinate representation of color #E69E0A: hue angle of 40.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E69E0A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 158 10 -
CMYK 0 0.31 0.96 0.10
HSL 40.36º 0.92% 0.47% -
HSV(B) 40.36º 0.96% 0.9% -
XYZ 44.91 41.3 5.89 -
YUV 162.66 41.85 176.03 -
System Red Green Blue C M Y K H S L
Decimal 230 158 10 0 0.31 0.96 0.10 40.36 0.92 0.47
Hex E6 9E A 0 1F 60 A 28 5C 2F
Octal 346 236 12 0 37 140 12 50 134 57
Binary 11100110 10011110 1010 0 11111 1100000 1010 101000 1011100 101111

Color Harmonies of #E69E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E0A

Black with #E69E0A

Text Example


Text Example

White with #E69E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E0A; }

 p { color: rgb(230,158,10); }

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

background-color css

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

 a { background-color: rgb(230,158,10); }

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

border-color css

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

 span { border-color: rgb(230,158,10); }

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