Html Css Color HEX #ED9D06 Gamboge

📋 copy color: '#ED9D06'

red 237 ◦ green 157 ◦ blue 6

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

Shades of Gamboge #ED9D06

Tints of Gamboge #ED9D06

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 59.25%
G = 39.25%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED9D06 (or 0xED9D06) is known color: Gamboge. HEX triplet: ED, 9D and 06. RGB value is (237,157,6). Sum of RGB (Red+Green+Blue) = 237+157+6=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9D06 is #1262F9. Grayscale: #A4A4A4. Windows color (decimal): -1204986 or 433645. OLE color: 433645.

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

Color convert

RGB 237 157 6 -
CMYK 0 0.34 0.97 0.07
HSL 39.22º 0.95% 0.48% -
HSV(B) 39.22º 0.97% 0.93% -
XYZ 47.01 42.13 5.83 -
YUV 163.71 39 180.28 -
System Red Green Blue C M Y K H S L
Decimal 237 157 6 0 0.34 0.97 0.07 39.22 0.95 0.48
Hex ED 9D 6 0 22 61 7 27 5F 30
Octal 355 235 6 0 42 141 7 47 137 60
Binary 11101101 10011101 110 0 100010 1100001 111 100111 1011111 110000

Color Harmonies of #ED9D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D06

Black with #ED9D06

Text Example


Text Example

White with #ED9D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D06; }

 p { color: rgb(237,157,6); }

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

background-color css

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

 a { background-color: rgb(237,157,6); }

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

border-color css

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

 span { border-color: rgb(237,157,6); }

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