Html Css Color HEX #EA940D Gamboge

📋 copy color: '#EA940D'

red 234 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #EA940D

Tints of Gamboge #EA940D

RGB

 RED value IS 234 (91.8% from 255) = 59.24%

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

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 59.24%
G = 37.47%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA940D (or 0xEA940D) is known color: Gamboge. HEX triplet: EA, 94 and 0D. RGB value is (234,148,13). Sum of RGB (Red+Green+Blue) = 234+148+13=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA940D is #156BF2. Grayscale: #9E9E9E. Windows color (decimal): -1403891 or 890090. OLE color: 890090.

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

Color convert

RGB 234 148 13 -
CMYK 0 0.37 0.94 0.08
HSL 36.65º 0.89% 0.48% -
HSV(B) 36.65º 0.94% 0.92% -
XYZ 44.59 38.7 5.5 -
YUV 158.32 45.99 181.98 -
System Red Green Blue C M Y K H S L
Decimal 234 148 13 0 0.37 0.94 0.08 36.65 0.89 0.48
Hex EA 94 D 0 25 5E 8 25 59 30
Octal 352 224 15 0 45 136 10 45 131 60
Binary 11101010 10010100 1101 0 100101 1011110 1000 100101 1011001 110000

Color Harmonies of #EA940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA940D

Black with #EA940D

Text Example


Text Example

White with #EA940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA940D; }

 p { color: rgb(234,148,13); }

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

background-color css

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

 a { background-color: rgb(234,148,13); }

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

border-color css

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

 span { border-color: rgb(234,148,13); }

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