Html Css Color HEX #E09D1A Gamboge

📋 copy color: '#E09D1A'

red 224 ◦ green 157 ◦ blue 26

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

Shades of Gamboge #E09D1A

Tints of Gamboge #E09D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 55.04%
G = 38.57%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E09D1A (or 0xE09D1A) is known color: Gamboge. HEX triplet: E0, 9D and 1A. RGB value is (224,157,26). Sum of RGB (Red+Green+Blue) = 224+157+26=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D1A is #1F62E5. Grayscale: #A2A2A2. Windows color (decimal): -2056934 or 1744352. OLE color: 1744352.

HSL color Cylindrical-coordinate representation of color #E09D1A: hue angle of 39.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E09D1A is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 157 26 -
CMYK 0 0.30 0.88 0.12
HSL 39.7º 0.79% 0.49% -
HSV(B) 39.7º 0.88% 0.88% -
XYZ 42.98 40.04 6.44 -
YUV 162.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 224 157 26 0 0.30 0.88 0.12 39.7 0.79 0.49
Hex E0 9D 1A 0 1E 58 C 28 4F 31
Octal 340 235 32 0 36 130 14 50 117 61
Binary 11100000 10011101 11010 0 11110 1011000 1100 101000 1001111 110001

Color Harmonies of #E09D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D1A

Black with #E09D1A

Text Example


Text Example

White with #E09D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D1A; }

 p { color: rgb(224,157,26); }

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

background-color css

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

 a { background-color: rgb(224,157,26); }

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

border-color css

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

 span { border-color: rgb(224,157,26); }

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