Html Css Color HEX #ED970E Gamboge

📋 copy color: '#ED970E'

red 237 ◦ green 151 ◦ blue 14

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

Shades of Gamboge #ED970E

Tints of Gamboge #ED970E

RGB

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

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

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

R = 58.96%
G = 37.56%
B = 3.48%

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

#ED970E (or 0xED970E) is known color: Gamboge. HEX triplet: ED, 97 and 0E. RGB value is (237,151,14). Sum of RGB (Red+Green+Blue) = 237+151+14=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED970E is #1268F1. Grayscale: #A1A1A1. Windows color (decimal): -1206514 or 956397. OLE color: 956397.

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

Color convert

RGB 237 151 14 -
CMYK 0 0.36 0.94 0.07
HSL 36.86º 0.89% 0.49% -
HSV(B) 36.86º 0.94% 0.93% -
XYZ 46.07 40.17 5.74 -
YUV 161.1 44.99 182.14 -
System Red Green Blue C M Y K H S L
Decimal 237 151 14 0 0.36 0.94 0.07 36.86 0.89 0.49
Hex ED 97 E 0 24 5E 7 25 59 31
Octal 355 227 16 0 44 136 7 45 131 61
Binary 11101101 10010111 1110 0 100100 1011110 111 100101 1011001 110001

Color Harmonies of #ED970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED970E

Black with #ED970E

Text Example


Text Example

White with #ED970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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