Html Css Color HEX #ED970F Gamboge

📋 copy color: '#ED970F'

red 237 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #ED970F

Tints of Gamboge #ED970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

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

R = 58.81%
G = 37.47%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED970F (or 0xED970F) is known color: Gamboge. HEX triplet: ED, 97 and 0F. RGB value is (237,151,15). Sum of RGB (Red+Green+Blue) = 237+151+15=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED970F is #1268F0. Grayscale: #A1A1A1. Windows color (decimal): -1206513 or 1021933. OLE color: 1021933.

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

Color convert

RGB 237 151 15 -
CMYK 0 0.36 0.94 0.07
HSL 36.76º 0.88% 0.49% -
HSV(B) 36.76º 0.94% 0.93% -
XYZ 46.08 40.17 5.78 -
YUV 161.21 45.49 182.06 -
System Red Green Blue C M Y K H S L
Decimal 237 151 15 0 0.36 0.94 0.07 36.76 0.88 0.49
Hex ED 97 F 0 24 5E 7 25 58 31
Octal 355 227 17 0 44 136 7 45 130 61
Binary 11101101 10010111 1111 0 100100 1011110 111 100101 1011000 110001

Color Harmonies of #ED970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED970F

Black with #ED970F

Text Example


Text Example

White with #ED970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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