Html Css Color HEX #EDC630 Saffron

📋 copy color: '#EDC630'

red 237 ◦ green 198 ◦ blue 48

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

Shades of Saffron #EDC630

Tints of Saffron #EDC630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.94%

R = 49.07%
G = 40.99%
B = 9.94%

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

#EDC630 (or 0xEDC630) is known color: Saffron. HEX triplet: ED, C6 and 30. RGB value is (237,198,48). Sum of RGB (Red+Green+Blue) = 237+198+48=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC630 is #1239CF. Grayscale: #C1C1C1. Windows color (decimal): -1194448 or 3196653. OLE color: 3196653.

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

Color convert

RGB 237 198 48 -
CMYK 0 0.16 0.80 0.07
HSL 47.62º 0.84% 0.56% -
HSV(B) 47.62º 0.8% 0.93% -
XYZ 55.65 58.61 11.18 -
YUV 192.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 237 198 48 0 0.16 0.80 0.07 47.62 0.84 0.56
Hex ED C6 30 0 10 50 7 30 54 38
Octal 355 306 60 0 20 120 7 60 124 70
Binary 11101101 11000110 110000 0 10000 1010000 111 110000 1010100 111000

Color Harmonies of #EDC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC630

Black with #EDC630

Text Example


Text Example

White with #EDC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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