Html Css Color HEX #E09814 Gamboge

📋 copy color: '#E09814'

red 224 ◦ green 152 ◦ blue 20

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

Shades of Gamboge #E09814

Tints of Gamboge #E09814

RGB

 RED value IS 224 (87.89% from 255) = 56.57%

 GREEN value IS 152 (59.77% from 255) = 38.38%

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 56.57%
G = 38.38%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E09814 (or 0xE09814) is known color: Gamboge. HEX triplet: E0, 98 and 14. RGB value is (224,152,20). Sum of RGB (Red+Green+Blue) = 224+152+20=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E09814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09814 is #1F67EB. Grayscale: #9F9F9F. Windows color (decimal): -2058220 or 1349856. OLE color: 1349856.

HSL color Cylindrical-coordinate representation of color #E09814: hue angle of 38.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E09814 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 20 -
CMYK 0 0.32 0.91 0.12
HSL 38.82º 0.84% 0.48% -
HSV(B) 38.82º 0.91% 0.88% -
XYZ 42.09 38.35 5.85 -
YUV 158.48 49.85 174.73 -
System Red Green Blue C M Y K H S L
Decimal 224 152 20 0 0.32 0.91 0.12 38.82 0.84 0.48
Hex E0 98 14 0 20 5B C 27 54 30
Octal 340 230 24 0 40 133 14 47 124 60
Binary 11100000 10011000 10100 0 100000 1011011 1100 100111 1010100 110000

Color Harmonies of #E09814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09814

Black with #E09814

Text Example


Text Example

White with #E09814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09814; }

 p { color: rgb(224,152,20); }

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

background-color css

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

 a { background-color: rgb(224,152,20); }

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

border-color css

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

 span { border-color: rgb(224,152,20); }

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