Html Css Color HEX #EDC62F Saffron

📋 copy color: '#EDC62F'

red 237 ◦ green 198 ◦ blue 47

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

Shades of Saffron #EDC62F

Tints of Saffron #EDC62F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 47 (18.75% from 255) = 9.75%

R = 49.17%
G = 41.08%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDC62F (or 0xEDC62F) is known color: Saffron. HEX triplet: ED, C6 and 2F. RGB value is (237,198,47). Sum of RGB (Red+Green+Blue) = 237+198+47=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC62F is #1239D0. Grayscale: #C1C1C1. Windows color (decimal): -1194449 or 3131117. OLE color: 3131117.

HSL color Cylindrical-coordinate representation of color #EDC62F: hue angle of 47.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDC62F is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 47 -
CMYK 0 0.16 0.80 0.07
HSL 47.68º 0.84% 0.56% -
HSV(B) 47.68º 0.8% 0.93% -
XYZ 55.63 58.6 11.07 -
YUV 192.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 237 198 47 0 0.16 0.80 0.07 47.68 0.84 0.56
Hex ED C6 2F 0 10 50 7 30 54 38
Octal 355 306 57 0 20 120 7 60 124 70
Binary 11101101 11000110 101111 0 10000 1010000 111 110000 1010100 111000

Color Harmonies of #EDC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC62F

Black with #EDC62F

Text Example


Text Example

White with #EDC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC62F; }

 p { color: rgb(237,198,47); }

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

background-color css

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

 a { background-color: rgb(237,198,47); }

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

border-color css

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

 span { border-color: rgb(237,198,47); }

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