Html Css Color HEX #ED9F0D Gamboge

📋 copy color: '#ED9F0D'

red 237 ◦ green 159 ◦ blue 13

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

Shades of Gamboge #ED9F0D

Tints of Gamboge #ED9F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 57.95%
G = 38.88%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED9F0D (or 0xED9F0D) is known color: Gamboge. HEX triplet: ED, 9F and 0D. RGB value is (237,159,13). Sum of RGB (Red+Green+Blue) = 237+159+13=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F0D is #1260F2. Grayscale: #A6A6A6. Windows color (decimal): -1204467 or 892909. OLE color: 892909.

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

Color convert

RGB 237 159 13 -
CMYK 0 0.33 0.95 0.07
HSL 39.11º 0.9% 0.49% -
HSV(B) 39.11º 0.95% 0.93% -
XYZ 47.4 42.83 6.15 -
YUV 165.68 41.84 178.87 -
System Red Green Blue C M Y K H S L
Decimal 237 159 13 0 0.33 0.95 0.07 39.11 0.9 0.49
Hex ED 9F D 0 21 5F 7 27 5A 31
Octal 355 237 15 0 41 137 7 47 132 61
Binary 11101101 10011111 1101 0 100001 1011111 111 100111 1011010 110001

Color Harmonies of #ED9F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F0D

Black with #ED9F0D

Text Example


Text Example

White with #ED9F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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