Html Css Color HEX #ECC23D Saffron

📋 copy color: '#ECC23D'

red 236 ◦ green 194 ◦ blue 61

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

Shades of Saffron #ECC23D

Tints of Saffron #ECC23D

RGB

 RED value IS 236 (92.58% from 255) = 48.07%

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

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

R = 48.07%
G = 39.51%
B = 12.42%

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

#ECC23D (or 0xECC23D) is known color: Saffron. HEX triplet: EC, C2 and 3D. RGB value is (236,194,61). Sum of RGB (Red+Green+Blue) = 236+194+61=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC23D is #133DC2. Grayscale: #BFBFBF. Windows color (decimal): -1260995 or 4047596. OLE color: 4047596.

HSL color Cylindrical-coordinate representation of color #ECC23D: hue angle of 45.6º degrees, saturation: 0.82, 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 #ECC23D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 61 -
CMYK 0 0.18 0.74 0.07
HSL 45.6º 0.82% 0.58% -
HSV(B) 45.6º 0.74% 0.93% -
XYZ 54.73 56.75 12.48 -
YUV 191.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 236 194 61 0 0.18 0.74 0.07 45.6 0.82 0.58
Hex EC C2 3D 0 12 4A 7 2E 52 3A
Octal 354 302 75 0 22 112 7 56 122 72
Binary 11101100 11000010 111101 0 10010 1001010 111 101110 1010010 111010

Color Harmonies of #ECC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC23D

Black with #ECC23D

Text Example


Text Example

White with #ECC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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