Html Css Color HEX #EDB67D Corvette

📋 copy color: '#EDB67D'

red 237 ◦ green 182 ◦ blue 125

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

Shades of Corvette #EDB67D

Tints of Corvette #EDB67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.46%

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 43.57%
G = 33.46%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB67D (or 0xEDB67D) is known color: Corvette. HEX triplet: ED, B6 and 7D. RGB value is (237,182,125). Sum of RGB (Red+Green+Blue) = 237+182+125=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB67D is #124982. Grayscale: #C0C0C0. Windows color (decimal): -1198467 or 8238829. OLE color: 8238829.

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

Color convert

RGB 237 182 125 -
CMYK 0 0.23 0.47 0.07
HSL 30.54º 0.76% 0.71% -
HSV(B) 30.54º 0.47% 0.93% -
XYZ 55.35 52.94 26.7 -
YUV 191.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 237 182 125 0 0.23 0.47 0.07 30.54 0.76 0.71
Hex ED B6 7D 0 17 2F 7 1F 4C 47
Octal 355 266 175 0 27 57 7 37 114 107
Binary 11101101 10110110 1111101 0 10111 101111 111 11111 1001100 1000111

Color Harmonies of #EDB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB67D

Black with #EDB67D

Text Example


Text Example

White with #EDB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB67D; }

 p { color: rgb(237,182,125); }

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

background-color css

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

 a { background-color: rgb(237,182,125); }

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

border-color css

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

 span { border-color: rgb(237,182,125); }

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