Html Css Color HEX #E69415 Gamboge

📋 copy color: '#E69415'

red 230 ◦ green 148 ◦ blue 21

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

Shades of Gamboge #E69415

Tints of Gamboge #E69415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 57.64%
G = 37.09%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E69415 (or 0xE69415) is known color: Gamboge. HEX triplet: E6, 94 and 15. RGB value is (230,148,21). Sum of RGB (Red+Green+Blue) = 230+148+21=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E69415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69415 is #196BEA. Grayscale: #9E9E9E. Windows color (decimal): -1666027 or 1414374. OLE color: 1414374.

HSL color Cylindrical-coordinate representation of color #E69415: hue angle of 36.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E69415 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 21 -
CMYK 0 0.36 0.91 0.10
HSL 36.46º 0.83% 0.49% -
HSV(B) 36.46º 0.91% 0.9% -
XYZ 43.36 38.06 5.77 -
YUV 158.04 50.67 179.33 -
System Red Green Blue C M Y K H S L
Decimal 230 148 21 0 0.36 0.91 0.10 36.46 0.83 0.49
Hex E6 94 15 0 24 5B A 24 53 31
Octal 346 224 25 0 44 133 12 44 123 61
Binary 11100110 10010100 10101 0 100100 1011011 1010 100100 1010011 110001

Color Harmonies of #E69415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69415

Black with #E69415

Text Example


Text Example

White with #E69415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69415; }

 p { color: rgb(230,148,21); }

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

background-color css

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

 a { background-color: rgb(230,148,21); }

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

border-color css

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

 span { border-color: rgb(230,148,21); }

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