Html Css Color HEX #EA930F Gamboge

📋 copy color: '#EA930F'

red 234 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #EA930F

Tints of Gamboge #EA930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 59.09%
G = 37.12%
B = 3.79%

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

#EA930F (or 0xEA930F) is known color: Gamboge. HEX triplet: EA, 93 and 0F. RGB value is (234,147,15). Sum of RGB (Red+Green+Blue) = 234+147+15=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA930F is #156CF0. Grayscale: #9E9E9E. Windows color (decimal): -1404145 or 1020906. OLE color: 1020906.

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

Color convert

RGB 234 147 15 -
CMYK 0 0.37 0.94 0.08
HSL 36.16º 0.88% 0.49% -
HSV(B) 36.16º 0.94% 0.92% -
XYZ 44.45 38.39 5.52 -
YUV 157.97 47.32 182.23 -
System Red Green Blue C M Y K H S L
Decimal 234 147 15 0 0.37 0.94 0.08 36.16 0.88 0.49
Hex EA 93 F 0 25 5E 8 24 58 31
Octal 352 223 17 0 45 136 10 44 130 61
Binary 11101010 10010011 1111 0 100101 1011110 1000 100100 1011000 110001

Color Harmonies of #EA930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA930F

Black with #EA930F

Text Example


Text Example

White with #EA930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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