Html Css Color HEX #ED910E Gamboge

📋 copy color: '#ED910E'

red 237 ◦ green 145 ◦ blue 14

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

Shades of Gamboge #ED910E

Tints of Gamboge #ED910E

RGB

 RED value IS 237 (92.97% from 255) = 59.85%

 GREEN value IS 145 (57.03% from 255) = 36.62%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 59.85%
G = 36.62%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED910E (or 0xED910E) is known color: Gamboge. HEX triplet: ED, 91 and 0E. RGB value is (237,145,14). Sum of RGB (Red+Green+Blue) = 237+145+14=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED910E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED910E is #126EF1. Grayscale: #9E9E9E. Windows color (decimal): -1208050 or 954861. OLE color: 954861.

HSL color Cylindrical-coordinate representation of color #ED910E: hue angle of 35.25º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED910E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 14 -
CMYK 0 0.39 0.94 0.07
HSL 35.25º 0.89% 0.49% -
HSV(B) 35.25º 0.94% 0.93% -
XYZ 45.13 38.29 5.43 -
YUV 157.57 46.98 184.65 -
System Red Green Blue C M Y K H S L
Decimal 237 145 14 0 0.39 0.94 0.07 35.25 0.89 0.49
Hex ED 91 E 0 27 5E 7 23 59 31
Octal 355 221 16 0 47 136 7 43 131 61
Binary 11101101 10010001 1110 0 100111 1011110 111 100011 1011001 110001

Color Harmonies of #ED910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED910E

Black with #ED910E

Text Example


Text Example

White with #ED910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED910E; }

 p { color: rgb(237,145,14); }

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

background-color css

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

 a { background-color: rgb(237,145,14); }

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

border-color css

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

 span { border-color: rgb(237,145,14); }

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