Html Css Color HEX #E09714 Gamboge

📋 copy color: '#E09714'

red 224 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #E09714

Tints of Gamboge #E09714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 56.71%
G = 38.23%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E09714 (or 0xE09714) is known color: Gamboge. HEX triplet: E0, 97 and 14. RGB value is (224,151,20). Sum of RGB (Red+Green+Blue) = 224+151+20=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E09714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09714 is #1F68EB. Grayscale: #9E9E9E. Windows color (decimal): -2058476 or 1349600. OLE color: 1349600.

HSL color Cylindrical-coordinate representation of color #E09714: hue angle of 38.53º 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 #E09714 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 151 20 -
CMYK 0 0.33 0.91 0.12
HSL 38.53º 0.84% 0.48% -
HSV(B) 38.53º 0.91% 0.88% -
XYZ 41.93 38.03 5.79 -
YUV 157.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 224 151 20 0 0.33 0.91 0.12 38.53 0.84 0.48
Hex E0 97 14 0 21 5B C 27 54 30
Octal 340 227 24 0 41 133 14 47 124 60
Binary 11100000 10010111 10100 0 100001 1011011 1100 100111 1010100 110000

Color Harmonies of #E09714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09714

Black with #E09714

Text Example


Text Example

White with #E09714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09714; }

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

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

background-color css

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

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

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

border-color css

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

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

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