Html Css Color HEX #ECC834 Saffron

📋 copy color: '#ECC834'

red 236 ◦ green 200 ◦ blue 52

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

Shades of Saffron #ECC834

Tints of Saffron #ECC834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.98%

 BLUE value IS 52 (20.7% from 255) = 10.66%

R = 48.36%
G = 40.98%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECC834 (or 0xECC834) is known color: Saffron. HEX triplet: EC, C8 and 34. RGB value is (236,200,52). Sum of RGB (Red+Green+Blue) = 236+200+52=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC834 is #1337CB. Grayscale: #C2C2C2. Windows color (decimal): -1259468 or 3459308. OLE color: 3459308.

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

Color convert

RGB 236 200 52 -
CMYK 0 0.15 0.78 0.07
HSL 48.26º 0.83% 0.56% -
HSV(B) 48.26º 0.78% 0.93% -
XYZ 55.87 59.39 11.77 -
YUV 193.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 236 200 52 0 0.15 0.78 0.07 48.26 0.83 0.56
Hex EC C8 34 0 F 4E 7 30 53 38
Octal 354 310 64 0 17 116 7 60 123 70
Binary 11101100 11001000 110100 0 1111 1001110 111 110000 1010011 111000

Color Harmonies of #ECC834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC834

Black with #ECC834

Text Example


Text Example

White with #ECC834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC834; }

 p { color: rgb(236,200,52); }

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

background-color css

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

 a { background-color: rgb(236,200,52); }

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

border-color css

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

 span { border-color: rgb(236,200,52); }

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