Html Css Color HEX #EA965C Porsche

📋 copy color: '#EA965C'

red 234 ◦ green 150 ◦ blue 92

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

Shades of Porsche #EA965C

Tints of Porsche #EA965C

RGB

 RED value IS 234 (91.8% from 255) = 49.16%

 GREEN value IS 150 (58.98% from 255) = 31.51%

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 49.16%
G = 31.51%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA965C (or 0xEA965C) is known color: Porsche. HEX triplet: EA, 96 and 5C. RGB value is (234,150,92). Sum of RGB (Red+Green+Blue) = 234+150+92=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA965C is #1569A3. Grayscale: #A8A8A8. Windows color (decimal): -1403300 or 6067946. OLE color: 6067946.

HSL color Cylindrical-coordinate representation of color #EA965C: hue angle of 24.51º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA965C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 92 -
CMYK 0 0.36 0.61 0.08
HSL 24.51º 0.77% 0.64% -
HSV(B) 24.51º 0.61% 0.92% -
XYZ 46.77 40.08 15.4 -
YUV 168.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 234 150 92 0 0.36 0.61 0.08 24.51 0.77 0.64
Hex EA 96 5C 0 24 3D 8 19 4D 40
Octal 352 226 134 0 44 75 10 31 115 100
Binary 11101010 10010110 1011100 0 100100 111101 1000 11001 1001101 1000000

Color Harmonies of #EA965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA965C

Black with #EA965C

Text Example


Text Example

White with #EA965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA965C; }

 p { color: rgb(234,150,92); }

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

background-color css

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

 a { background-color: rgb(234,150,92); }

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

border-color css

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

 span { border-color: rgb(234,150,92); }

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