Html Css Color HEX #EDB88A Corvette

📋 copy color: '#EDB88A'

red 237 ◦ green 184 ◦ blue 138

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

Shades of Corvette #EDB88A

Tints of Corvette #EDB88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.92%

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

R = 42.4%
G = 32.92%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDB88A (or 0xEDB88A) is known color: Corvette. HEX triplet: ED, B8 and 8A. RGB value is (237,184,138). Sum of RGB (Red+Green+Blue) = 237+184+138=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB88A is #124775. Grayscale: #C2C2C2. Windows color (decimal): -1197942 or 9091309. OLE color: 9091309.

HSL color Cylindrical-coordinate representation of color #EDB88A: hue angle of 27.88º 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 #EDB88A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 184 138 -
CMYK 0 0.22 0.42 0.07
HSL 27.88º 0.73% 0.74% -
HSV(B) 27.88º 0.42% 0.93% -
XYZ 56.65 54.12 31.51 -
YUV 194.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 237 184 138 0 0.22 0.42 0.07 27.88 0.73 0.74
Hex ED B8 8A 0 16 2A 7 1C 49 4A
Octal 355 270 212 0 26 52 7 34 111 112
Binary 11101101 10111000 10001010 0 10110 101010 111 11100 1001001 1001010

Color Harmonies of #EDB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB88A

Black with #EDB88A

Text Example


Text Example

White with #EDB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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