Html Css Color HEX #ECB483 Corvette

📋 copy color: '#ECB483'

red 236 ◦ green 180 ◦ blue 131

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

Shades of Corvette #ECB483

Tints of Corvette #ECB483

RGB

 RED value IS 236 (92.58% from 255) = 43.14%

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

 BLUE value IS 131 (51.56% from 255) = 23.95%

R = 43.14%
G = 32.91%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECB483 (or 0xECB483) is known color: Corvette. HEX triplet: EC, B4 and 83. RGB value is (236,180,131). Sum of RGB (Red+Green+Blue) = 236+180+131=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB483 is #134B7C. Grayscale: #BFBFBF. Windows color (decimal): -1264509 or 8631532. OLE color: 8631532.

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

Color convert

RGB 236 180 131 -
CMYK 0 0.24 0.44 0.07
HSL 28º 0.73% 0.72% -
HSV(B) 28º 0.44% 0.93% -
XYZ 55.01 52.11 28.63 -
YUV 191.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 236 180 131 0 0.24 0.44 0.07 28 0.73 0.72
Hex EC B4 83 0 18 2C 7 1C 49 48
Octal 354 264 203 0 30 54 7 34 111 110
Binary 11101100 10110100 10000011 0 11000 101100 111 11100 1001001 1001000

Color Harmonies of #ECB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB483

Black with #ECB483

Text Example


Text Example

White with #ECB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB483; }

 p { color: rgb(236,180,131); }

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

background-color css

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

 a { background-color: rgb(236,180,131); }

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

border-color css

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

 span { border-color: rgb(236,180,131); }

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