Html Css Color HEX #EDC08B Corvette

📋 copy color: '#EDC08B'

red 237 ◦ green 192 ◦ blue 139

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

Shades of Corvette #EDC08B

Tints of Corvette #EDC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.8%

 BLUE value IS 139 (54.69% from 255) = 24.47%

R = 41.73%
G = 33.8%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDC08B (or 0xEDC08B) is known color: Corvette. HEX triplet: ED, C0 and 8B. RGB value is (237,192,139). Sum of RGB (Red+Green+Blue) = 237+192+139=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC08B is #123F74. Grayscale: #C7C7C7. Windows color (decimal): -1195893 or 9158893. OLE color: 9158893.

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

Color convert

RGB 237 192 139 -
CMYK 0 0.19 0.41 0.07
HSL 32.45º 0.73% 0.74% -
HSV(B) 32.45º 0.41% 0.93% -
XYZ 58.43 57.57 32.46 -
YUV 199.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 237 192 139 0 0.19 0.41 0.07 32.45 0.73 0.74
Hex ED C0 8B 0 13 29 7 20 49 4A
Octal 355 300 213 0 23 51 7 40 111 112
Binary 11101101 11000000 10001011 0 10011 101001 111 100000 1001001 1001010

Color Harmonies of #EDC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC08B

Black with #EDC08B

Text Example


Text Example

White with #EDC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC08B; }

 p { color: rgb(237,192,139); }

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

background-color css

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

 a { background-color: rgb(237,192,139); }

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

border-color css

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

 span { border-color: rgb(237,192,139); }

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