Html Css Color HEX #ED910C Gamboge

📋 copy color: '#ED910C'

red 237 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #ED910C

Tints of Gamboge #ED910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 60.15%
G = 36.8%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED910C (or 0xED910C) is known color: Gamboge. HEX triplet: ED, 91 and 0C. RGB value is (237,145,12). Sum of RGB (Red+Green+Blue) = 237+145+12=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED910C is #126EF3. Grayscale: #9D9D9D. Windows color (decimal): -1208052 or 823789. OLE color: 823789.

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

Color convert

RGB 237 145 12 -
CMYK 0 0.39 0.95 0.07
HSL 35.47º 0.9% 0.49% -
HSV(B) 35.47º 0.95% 0.93% -
XYZ 45.12 38.28 5.36 -
YUV 157.35 45.98 184.81 -
System Red Green Blue C M Y K H S L
Decimal 237 145 12 0 0.39 0.95 0.07 35.47 0.9 0.49
Hex ED 91 C 0 27 5F 7 23 5A 31
Octal 355 221 14 0 47 137 7 43 132 61
Binary 11101101 10010001 1100 0 100111 1011111 111 100011 1011010 110001

Color Harmonies of #ED910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED910C

Black with #ED910C

Text Example


Text Example

White with #ED910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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