Html Css Color HEX #EDC23D Saffron

📋 copy color: '#EDC23D'

red 237 ◦ green 194 ◦ blue 61

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

Shades of Saffron #EDC23D

Tints of Saffron #EDC23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 61 (24.22% from 255) = 12.4%

R = 48.17%
G = 39.43%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDC23D (or 0xEDC23D) is known color: Saffron. HEX triplet: ED, C2 and 3D. RGB value is (237,194,61). Sum of RGB (Red+Green+Blue) = 237+194+61=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC23D is #123DC2. Grayscale: #C0C0C0. Windows color (decimal): -1195459 or 4047597. OLE color: 4047597.

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

Color convert

RGB 237 194 61 -
CMYK 0 0.18 0.74 0.07
HSL 45.34º 0.83% 0.58% -
HSV(B) 45.34º 0.74% 0.93% -
XYZ 55.06 56.93 12.5 -
YUV 191.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 237 194 61 0 0.18 0.74 0.07 45.34 0.83 0.58
Hex ED C2 3D 0 12 4A 7 2D 53 3A
Octal 355 302 75 0 22 112 7 55 123 72
Binary 11101101 11000010 111101 0 10010 1001010 111 101101 1010011 111010

Color Harmonies of #EDC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC23D

Black with #EDC23D

Text Example


Text Example

White with #EDC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC23D; }

 p { color: rgb(237,194,61); }

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

background-color css

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

 a { background-color: rgb(237,194,61); }

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

border-color css

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

 span { border-color: rgb(237,194,61); }

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