Html Css Color HEX #EDB97A Corvette

📋 copy color: '#EDB97A'

red 237 ◦ green 185 ◦ blue 122

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

Shades of Corvette #EDB97A

Tints of Corvette #EDB97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.01%

 BLUE value IS 122 (48.05% from 255) = 22.43%

R = 43.57%
G = 34.01%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDB97A (or 0xEDB97A) is known color: Corvette. HEX triplet: ED, B9 and 7A. RGB value is (237,185,122). Sum of RGB (Red+Green+Blue) = 237+185+122=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB97A is #124685. Grayscale: #C1C1C1. Windows color (decimal): -1197702 or 8042989. OLE color: 8042989.

HSL color Cylindrical-coordinate representation of color #EDB97A: hue angle of 32.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB97A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 122 -
CMYK 0 0.22 0.49 0.07
HSL 32.87º 0.76% 0.7% -
HSV(B) 32.87º 0.49% 0.93% -
XYZ 55.79 54.11 25.92 -
YUV 193.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 237 185 122 0 0.22 0.49 0.07 32.87 0.76 0.7
Hex ED B9 7A 0 16 31 7 21 4C 46
Octal 355 271 172 0 26 61 7 41 114 106
Binary 11101101 10111001 1111010 0 10110 110001 111 100001 1001100 1000110

Color Harmonies of #EDB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB97A

Black with #EDB97A

Text Example


Text Example

White with #EDB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB97A; }

 p { color: rgb(237,185,122); }

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

background-color css

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

 a { background-color: rgb(237,185,122); }

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

border-color css

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

 span { border-color: rgb(237,185,122); }

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