Html Css Color HEX #ED990F Gamboge

📋 copy color: '#ED990F'

red 237 ◦ green 153 ◦ blue 15

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

Shades of Gamboge #ED990F

Tints of Gamboge #ED990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 58.52%
G = 37.78%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED990F (or 0xED990F) is known color: Gamboge. HEX triplet: ED, 99 and 0F. RGB value is (237,153,15). Sum of RGB (Red+Green+Blue) = 237+153+15=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED990F is #1266F0. Grayscale: #A3A3A3. Windows color (decimal): -1206001 or 1022445. OLE color: 1022445.

HSL color Cylindrical-coordinate representation of color #ED990F: hue angle of 37.3º degrees, saturation: 0.88, 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 #ED990F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 153 15 -
CMYK 0 0.35 0.94 0.07
HSL 37.3º 0.88% 0.49% -
HSV(B) 37.3º 0.94% 0.93% -
XYZ 46.4 40.82 5.89 -
YUV 162.38 44.83 181.22 -
System Red Green Blue C M Y K H S L
Decimal 237 153 15 0 0.35 0.94 0.07 37.3 0.88 0.49
Hex ED 99 F 0 23 5E 7 25 58 31
Octal 355 231 17 0 43 136 7 45 130 61
Binary 11101101 10011001 1111 0 100011 1011110 111 100101 1011000 110001

Color Harmonies of #ED990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED990F

Black with #ED990F

Text Example


Text Example

White with #ED990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED990F; }

 p { color: rgb(237,153,15); }

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

background-color css

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

 a { background-color: rgb(237,153,15); }

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

border-color css

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

 span { border-color: rgb(237,153,15); }

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