Html Css Color HEX #EDB483 Corvette

📋 copy color: '#EDB483'

red 237 ◦ green 180 ◦ blue 131

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

Shades of Corvette #EDB483

Tints of Corvette #EDB483

RGB

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

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

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

R = 43.25%
G = 32.85%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDB483 (or 0xEDB483) is known color: Corvette. HEX triplet: ED, B4 and 83. RGB value is (237,180,131). Sum of RGB (Red+Green+Blue) = 237+180+131=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB483 is #124B7C. Grayscale: #BFBFBF. Windows color (decimal): -1198973 or 8631533. OLE color: 8631533.

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

Color convert

RGB 237 180 131 -
CMYK 0 0.24 0.45 0.07
HSL 27.74º 0.75% 0.72% -
HSV(B) 27.74º 0.45% 0.93% -
XYZ 55.34 52.29 28.65 -
YUV 191.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 237 180 131 0 0.24 0.45 0.07 27.74 0.75 0.72
Hex ED B4 83 0 18 2D 7 1C 4B 48
Octal 355 264 203 0 30 55 7 34 113 110
Binary 11101101 10110100 10000011 0 11000 101101 111 11100 1001011 1001000

Color Harmonies of #EDB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB483

Black with #EDB483

Text Example


Text Example

White with #EDB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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