Html Css Color HEX #ED9E05 Gamboge

📋 copy color: '#ED9E05'

red 237 ◦ green 158 ◦ blue 5

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

Shades of Gamboge #ED9E05

Tints of Gamboge #ED9E05

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 59.25%
G = 39.5%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED9E05 (or 0xED9E05) is known color: Gamboge. HEX triplet: ED, 9E and 05. RGB value is (237,158,5). Sum of RGB (Red+Green+Blue) = 237+158+5=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9E05 is #1261FA. Grayscale: #A4A4A4. Windows color (decimal): -1204731 or 368365. OLE color: 368365.

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

Color convert

RGB 237 158 5 -
CMYK 0 0.33 0.98 0.07
HSL 39.57º 0.96% 0.47% -
HSV(B) 39.57º 0.98% 0.93% -
XYZ 47.18 42.47 5.85 -
YUV 164.18 38.17 179.94 -
System Red Green Blue C M Y K H S L
Decimal 237 158 5 0 0.33 0.98 0.07 39.57 0.96 0.47
Hex ED 9E 5 0 21 62 7 28 60 2F
Octal 355 236 5 0 41 142 7 50 140 57
Binary 11101101 10011110 101 0 100001 1100010 111 101000 1100000 101111

Color Harmonies of #ED9E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E05

Black with #ED9E05

Text Example


Text Example

White with #ED9E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E05; }

 p { color: rgb(237,158,5); }

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

background-color css

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

 a { background-color: rgb(237,158,5); }

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

border-color css

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

 span { border-color: rgb(237,158,5); }

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