Html Css Color HEX #EDC43B Saffron

📋 copy color: '#EDC43B'

red 237 ◦ green 196 ◦ blue 59

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

Shades of Saffron #EDC43B

Tints of Saffron #EDC43B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

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

R = 48.17%
G = 39.84%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDC43B (or 0xEDC43B) is known color: Saffron. HEX triplet: ED, C4 and 3B. RGB value is (237,196,59). Sum of RGB (Red+Green+Blue) = 237+196+59=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC43B is #123BC4. Grayscale: #C1C1C1. Windows color (decimal): -1194949 or 3917037. OLE color: 3917037.

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

Color convert

RGB 237 196 59 -
CMYK 0 0.17 0.75 0.07
HSL 46.18º 0.83% 0.58% -
HSV(B) 46.18º 0.75% 0.93% -
XYZ 55.45 57.8 12.37 -
YUV 192.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 237 196 59 0 0.17 0.75 0.07 46.18 0.83 0.58
Hex ED C4 3B 0 11 4B 7 2E 53 3A
Octal 355 304 73 0 21 113 7 56 123 72
Binary 11101101 11000100 111011 0 10001 1001011 111 101110 1010011 111010

Color Harmonies of #EDC43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC43B

Black with #EDC43B

Text Example


Text Example

White with #EDC43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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