Html Css Color HEX #EDC83B Saffron

📋 copy color: '#EDC83B'

red 237 ◦ green 200 ◦ blue 59

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

Shades of Saffron #EDC83B

Tints of Saffron #EDC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

 BLUE value IS 59 (23.44% from 255) = 11.9%

R = 47.78%
G = 40.32%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDC83B (or 0xEDC83B) is known color: Saffron. HEX triplet: ED, C8 and 3B. RGB value is (237,200,59). Sum of RGB (Red+Green+Blue) = 237+200+59=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC83B is #1237C4. Grayscale: #C3C3C3. Windows color (decimal): -1193925 or 3918061. OLE color: 3918061.

HSL color Cylindrical-coordinate representation of color #EDC83B: hue angle of 47.53º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDC83B is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 59 -
CMYK 0 0.16 0.75 0.07
HSL 47.53º 0.83% 0.58% -
HSV(B) 47.53º 0.75% 0.93% -
XYZ 56.37 59.63 12.68 -
YUV 194.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 237 200 59 0 0.16 0.75 0.07 47.53 0.83 0.58
Hex ED C8 3B 0 10 4B 7 30 53 3A
Octal 355 310 73 0 20 113 7 60 123 72
Binary 11101101 11001000 111011 0 10000 1001011 111 110000 1010011 111010

Color Harmonies of #EDC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC83B

Black with #EDC83B

Text Example


Text Example

White with #EDC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC83B; }

 p { color: rgb(237,200,59); }

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

background-color css

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

 a { background-color: rgb(237,200,59); }

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

border-color css

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

 span { border-color: rgb(237,200,59); }

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