Html Css Color HEX #EA965B Porsche

📋 copy color: '#EA965B'

red 234 ◦ green 150 ◦ blue 91

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

Shades of Porsche #EA965B

Tints of Porsche #EA965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 49.26%
G = 31.58%
B = 19.16%

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

#EA965B (or 0xEA965B) is known color: Porsche. HEX triplet: EA, 96 and 5B. RGB value is (234,150,91). Sum of RGB (Red+Green+Blue) = 234+150+91=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA965B is #1569A4. Grayscale: #A8A8A8. Windows color (decimal): -1403301 or 6002410. OLE color: 6002410.

HSL color Cylindrical-coordinate representation of color #EA965B: hue angle of 24.76º 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 #EA965B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 91 -
CMYK 0 0.36 0.61 0.08
HSL 24.76º 0.77% 0.64% -
HSV(B) 24.76º 0.61% 0.92% -
XYZ 46.73 40.06 15.17 -
YUV 168.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 234 150 91 0 0.36 0.61 0.08 24.76 0.77 0.64
Hex EA 96 5B 0 24 3D 8 19 4D 40
Octal 352 226 133 0 44 75 10 31 115 100
Binary 11101010 10010110 1011011 0 100100 111101 1000 11001 1001101 1000000

Color Harmonies of #EA965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA965B

Black with #EA965B

Text Example


Text Example

White with #EA965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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