Html Css Color HEX #EDB48A Corvette

📋 copy color: '#EDB48A'

red 237 ◦ green 180 ◦ blue 138

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

Shades of Corvette #EDB48A

Tints of Corvette #EDB48A

RGB

 RED value IS 237 (92.97% from 255) = 42.7%

 GREEN value IS 180 (70.7% from 255) = 32.43%

 BLUE value IS 138 (54.3% from 255) = 24.86%

R = 42.7%
G = 32.43%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDB48A (or 0xEDB48A) is known color: Corvette. HEX triplet: ED, B4 and 8A. RGB value is (237,180,138). Sum of RGB (Red+Green+Blue) = 237+180+138=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB48A is #124B75. Grayscale: #C0C0C0. Windows color (decimal): -1198966 or 9090285. OLE color: 9090285.

HSL color Cylindrical-coordinate representation of color #EDB48A: hue angle of 25.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDB48A is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 180 138 -
CMYK 0 0.24 0.42 0.07
HSL 25.45º 0.73% 0.74% -
HSV(B) 25.45º 0.42% 0.93% -
XYZ 55.83 52.48 31.23 -
YUV 192.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 237 180 138 0 0.24 0.42 0.07 25.45 0.73 0.74
Hex ED B4 8A 0 18 2A 7 19 49 4A
Octal 355 264 212 0 30 52 7 31 111 112
Binary 11101101 10110100 10001010 0 11000 101010 111 11001 1001001 1001010

Color Harmonies of #EDB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB48A

Black with #EDB48A

Text Example


Text Example

White with #EDB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB48A; }

 p { color: rgb(237,180,138); }

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

background-color css

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

 a { background-color: rgb(237,180,138); }

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

border-color css

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

 span { border-color: rgb(237,180,138); }

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