Html Css Color HEX #E69D0E Gamboge

📋 copy color: '#E69D0E'

red 230 ◦ green 157 ◦ blue 14

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

Shades of Gamboge #E69D0E

Tints of Gamboge #E69D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 57.36%
G = 39.15%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E69D0E (or 0xE69D0E) is known color: Gamboge. HEX triplet: E6, 9D and 0E. RGB value is (230,157,14). Sum of RGB (Red+Green+Blue) = 230+157+14=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69D0E is #1962F1. Grayscale: #A3A3A3. Windows color (decimal): -1663730 or 957926. OLE color: 957926.

HSL color Cylindrical-coordinate representation of color #E69D0E: hue angle of 39.72º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E69D0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 14 -
CMYK 0 0.32 0.94 0.10
HSL 39.72º 0.89% 0.48% -
HSV(B) 39.72º 0.94% 0.9% -
XYZ 44.77 40.97 5.96 -
YUV 162.53 44.18 176.13 -
System Red Green Blue C M Y K H S L
Decimal 230 157 14 0 0.32 0.94 0.10 39.72 0.89 0.48
Hex E6 9D E 0 20 5E A 28 59 30
Octal 346 235 16 0 40 136 12 50 131 60
Binary 11100110 10011101 1110 0 100000 1011110 1010 101000 1011001 110000

Color Harmonies of #E69D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D0E

Black with #E69D0E

Text Example


Text Example

White with #E69D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D0E; }

 p { color: rgb(230,157,14); }

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

background-color css

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

 a { background-color: rgb(230,157,14); }

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

border-color css

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

 span { border-color: rgb(230,157,14); }

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