Html Css Color HEX #EA930D Gamboge

📋 copy color: '#EA930D'

red 234 ◦ green 147 ◦ blue 13

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

Shades of Gamboge #EA930D

Tints of Gamboge #EA930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

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

R = 59.39%
G = 37.31%
B = 3.3%

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

#EA930D (or 0xEA930D) is known color: Gamboge. HEX triplet: EA, 93 and 0D. RGB value is (234,147,13). Sum of RGB (Red+Green+Blue) = 234+147+13=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA930D is #156CF2. Grayscale: #9E9E9E. Windows color (decimal): -1404147 or 889834. OLE color: 889834.

HSL color Cylindrical-coordinate representation of color #EA930D: hue angle of 36.38º 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 #EA930D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 13 -
CMYK 0 0.37 0.94 0.08
HSL 36.38º 0.89% 0.48% -
HSV(B) 36.38º 0.94% 0.92% -
XYZ 44.44 38.39 5.45 -
YUV 157.74 46.32 182.4 -
System Red Green Blue C M Y K H S L
Decimal 234 147 13 0 0.37 0.94 0.08 36.38 0.89 0.48
Hex EA 93 D 0 25 5E 8 24 59 30
Octal 352 223 15 0 45 136 10 44 131 60
Binary 11101010 10010011 1101 0 100101 1011110 1000 100100 1011001 110000

Color Harmonies of #EA930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA930D

Black with #EA930D

Text Example


Text Example

White with #EA930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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