Html Css Color HEX #EC925A Crusta

📋 copy color: '#EC925A'

red 236 ◦ green 146 ◦ blue 90

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

Shades of Crusta #EC925A

Tints of Crusta #EC925A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.93%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 50%
G = 30.93%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC925A (or 0xEC925A) is known color: Crusta. HEX triplet: EC, 92 and 5A. RGB value is (236,146,90). Sum of RGB (Red+Green+Blue) = 236+146+90=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC925A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC925A is #136DA5. Grayscale: #A6A6A6. Windows color (decimal): -1273254 or 5935852. OLE color: 5935852.

HSL color Cylindrical-coordinate representation of color #EC925A: hue angle of 23.01º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC925A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 90 -
CMYK 0 0.38 0.62 0.07
HSL 23.01º 0.79% 0.64% -
HSV(B) 23.01º 0.62% 0.93% -
XYZ 46.72 39.13 14.76 -
YUV 166.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 236 146 90 0 0.38 0.62 0.07 23.01 0.79 0.64
Hex EC 92 5A 0 26 3E 7 17 4F 40
Octal 354 222 132 0 46 76 7 27 117 100
Binary 11101100 10010010 1011010 0 100110 111110 111 10111 1001111 1000000

Color Harmonies of #EC925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC925A

Black with #EC925A

Text Example


Text Example

White with #EC925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC925A; }

 p { color: rgb(236,146,90); }

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

background-color css

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

 a { background-color: rgb(236,146,90); }

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

border-color css

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

 span { border-color: rgb(236,146,90); }

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