Html Css Color HEX #E65049 Valencia

📋 copy color: '#E65049'

red 230 ◦ green 80 ◦ blue 73

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

Shades of Valencia #E65049

Tints of Valencia #E65049

RGB

 RED value IS 230 (90.23% from 255) = 60.05%

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 60.05%
G = 20.89%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E65049 (or 0xE65049) is known color: Valencia. HEX triplet: E6, 50 and 49. RGB value is (230,80,73). Sum of RGB (Red+Green+Blue) = 230+80+73=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E65049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65049 is #19AFB6. Grayscale: #7C7C7C. Windows color (decimal): -1683383 or 4804838. OLE color: 4804838.

HSL color Cylindrical-coordinate representation of color #E65049: hue angle of 2.68º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E65049 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 73 -
CMYK 0 0.65 0.68 0.10
HSL 2.68º 0.76% 0.59% -
HSV(B) 2.68º 0.68% 0.9% -
XYZ 36.7 23.04 8.82 -
YUV 124.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 230 80 73 0 0.65 0.68 0.10 2.68 0.76 0.59
Hex E6 50 49 0 41 44 A 3 4C 3B
Octal 346 120 111 0 101 104 12 3 114 73
Binary 11100110 1010000 1001001 0 1000001 1000100 1010 11 1001100 111011

Color Harmonies of #E65049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65049

Black with #E65049

Text Example


Text Example

White with #E65049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65049; }

 p { color: rgb(230,80,73); }

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

background-color css

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

 a { background-color: rgb(230,80,73); }

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

border-color css

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

 span { border-color: rgb(230,80,73); }

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