Html Css Color HEX #E69952 Porsche

📋 copy color: '#E69952'

red 230 ◦ green 153 ◦ blue 82

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

Shades of Porsche #E69952

Tints of Porsche #E69952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 49.46%
G = 32.9%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E69952 (or 0xE69952) is known color: Porsche. HEX triplet: E6, 99 and 52. RGB value is (230,153,82). Sum of RGB (Red+Green+Blue) = 230+153+82=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E69952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69952 is #1966AD. Grayscale: #A8A8A8. Windows color (decimal): -1664686 or 5413350. OLE color: 5413350.

HSL color Cylindrical-coordinate representation of color #E69952: hue angle of 28.78º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E69952 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 82 -
CMYK 0 0.33 0.64 0.10
HSL 28.78º 0.75% 0.61% -
HSV(B) 28.78º 0.64% 0.9% -
XYZ 45.55 40.21 13.34 -
YUV 167.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 230 153 82 0 0.33 0.64 0.10 28.78 0.75 0.61
Hex E6 99 52 0 21 40 A 1D 4B 3D
Octal 346 231 122 0 41 100 12 35 113 75
Binary 11100110 10011001 1010010 0 100001 1000000 1010 11101 1001011 111101

Color Harmonies of #E69952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69952

Black with #E69952

Text Example


Text Example

White with #E69952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69952; }

 p { color: rgb(230,153,82); }

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

background-color css

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

 a { background-color: rgb(230,153,82); }

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

border-color css

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

 span { border-color: rgb(230,153,82); }

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