Html Css Color HEX #ED9F03 Gamboge

📋 copy color: '#ED9F03'

red 237 ◦ green 159 ◦ blue 3

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

Shades of Gamboge #ED9F03

Tints of Gamboge #ED9F03

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 59.4%
G = 39.85%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED9F03 (or 0xED9F03) is known color: Gamboge. HEX triplet: ED, 9F and 03. RGB value is (237,159,3). Sum of RGB (Red+Green+Blue) = 237+159+3=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F03 is #1260FC. Grayscale: #A5A5A5. Windows color (decimal): -1204477 or 237549. OLE color: 237549.

HSL color Cylindrical-coordinate representation of color #ED9F03: hue angle of 40º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED9F03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 3 -
CMYK 0 0.33 0.99 0.07
HSL 40º 0.98% 0.47% -
HSV(B) 40º 0.99% 0.93% -
XYZ 47.34 42.81 5.85 -
YUV 164.54 36.84 179.68 -
System Red Green Blue C M Y K H S L
Decimal 237 159 3 0 0.33 0.99 0.07 40 0.98 0.47
Hex ED 9F 3 0 21 63 7 28 62 2F
Octal 355 237 3 0 41 143 7 50 142 57
Binary 11101101 10011111 11 0 100001 1100011 111 101000 1100010 101111

Color Harmonies of #ED9F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F03

Black with #ED9F03

Text Example


Text Example

White with #ED9F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F03; }

 p { color: rgb(237,159,3); }

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

background-color css

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

 a { background-color: rgb(237,159,3); }

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

border-color css

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

 span { border-color: rgb(237,159,3); }

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