Html Css Color HEX #E69D52 Porsche

📋 copy color: '#E69D52'

red 230 ◦ green 157 ◦ blue 82

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

Shades of Porsche #E69D52

Tints of Porsche #E69D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.48%

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

R = 49.04%
G = 33.48%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E69D52 (or 0xE69D52) is known color: Porsche. HEX triplet: E6, 9D and 52. RGB value is (230,157,82). Sum of RGB (Red+Green+Blue) = 230+157+82=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D52 is #1962AD. Grayscale: #AAAAAA. Windows color (decimal): -1663662 or 5414374. OLE color: 5414374.

HSL color Cylindrical-coordinate representation of color #E69D52: hue angle of 30.41º 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 #E69D52 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 157 82 -
CMYK 0 0.32 0.64 0.10
HSL 30.41º 0.75% 0.61% -
HSV(B) 30.41º 0.64% 0.9% -
XYZ 46.21 41.55 13.57 -
YUV 170.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 230 157 82 0 0.32 0.64 0.10 30.41 0.75 0.61
Hex E6 9D 52 0 20 40 A 1E 4B 3D
Octal 346 235 122 0 40 100 12 36 113 75
Binary 11100110 10011101 1010010 0 100000 1000000 1010 11110 1001011 111101

Color Harmonies of #E69D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D52

Black with #E69D52

Text Example


Text Example

White with #E69D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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