Html Css Color HEX #EDC738 Saffron

📋 copy color: '#EDC738'

red 237 ◦ green 199 ◦ blue 56

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

Shades of Saffron #EDC738

Tints of Saffron #EDC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.45%

 BLUE value IS 56 (22.27% from 255) = 11.38%

R = 48.17%
G = 40.45%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC738 (or 0xEDC738) is known color: Saffron. HEX triplet: ED, C7 and 38. RGB value is (237,199,56). Sum of RGB (Red+Green+Blue) = 237+199+56=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC738 is #1238C7. Grayscale: #C2C2C2. Windows color (decimal): -1194184 or 3721197. OLE color: 3721197.

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

Color convert

RGB 237 199 56 -
CMYK 0 0.16 0.76 0.07
HSL 47.4º 0.83% 0.57% -
HSV(B) 47.4º 0.76% 0.93% -
XYZ 56.06 59.14 12.2 -
YUV 194.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 237 199 56 0 0.16 0.76 0.07 47.4 0.83 0.57
Hex ED C7 38 0 10 4C 7 2F 53 39
Octal 355 307 70 0 20 114 7 57 123 71
Binary 11101101 11000111 111000 0 10000 1001100 111 101111 1010011 111001

Color Harmonies of #EDC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC738

Black with #EDC738

Text Example


Text Example

White with #EDC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC738; }

 p { color: rgb(237,199,56); }

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

background-color css

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

 a { background-color: rgb(237,199,56); }

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

border-color css

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

 span { border-color: rgb(237,199,56); }

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