Html Css Color HEX #ED900C Gamboge

📋 copy color: '#ED900C'

red 237 ◦ green 144 ◦ blue 12

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

Shades of Gamboge #ED900C

Tints of Gamboge #ED900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 60.31%
G = 36.64%
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

#ED900C (or 0xED900C) is known color: Gamboge. HEX triplet: ED, 90 and 0C. RGB value is (237,144,12). Sum of RGB (Red+Green+Blue) = 237+144+12=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED900C is #126FF3. Grayscale: #9D9D9D. Windows color (decimal): -1208308 or 823533. OLE color: 823533.

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

Color convert

RGB 237 144 12 -
CMYK 0 0.39 0.95 0.07
HSL 35.2º 0.9% 0.49% -
HSV(B) 35.2º 0.95% 0.93% -
XYZ 44.96 37.98 5.31 -
YUV 156.76 46.31 185.23 -
System Red Green Blue C M Y K H S L
Decimal 237 144 12 0 0.39 0.95 0.07 35.2 0.9 0.49
Hex ED 90 C 0 27 5F 7 23 5A 31
Octal 355 220 14 0 47 137 7 43 132 61
Binary 11101101 10010000 1100 0 100111 1011111 111 100011 1011010 110001

Color Harmonies of #ED900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED900C

Black with #ED900C

Text Example


Text Example

White with #ED900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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