Html Css Color HEX #EDB67F Corvette

📋 copy color: '#EDB67F'

red 237 ◦ green 182 ◦ blue 127

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

Shades of Corvette #EDB67F

Tints of Corvette #EDB67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.26%

R = 43.41%
G = 33.33%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB67F (or 0xEDB67F) is known color: Corvette. HEX triplet: ED, B6 and 7F. RGB value is (237,182,127). Sum of RGB (Red+Green+Blue) = 237+182+127=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB67F is #124980. Grayscale: #C0C0C0. Windows color (decimal): -1198465 or 8369901. OLE color: 8369901.

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

Color convert

RGB 237 182 127 -
CMYK 0 0.23 0.46 0.07
HSL 30º 0.75% 0.71% -
HSV(B) 30º 0.46% 0.93% -
XYZ 55.48 52.99 27.38 -
YUV 192.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 237 182 127 0 0.23 0.46 0.07 30 0.75 0.71
Hex ED B6 7F 0 17 2E 7 1E 4B 47
Octal 355 266 177 0 27 56 7 36 113 107
Binary 11101101 10110110 1111111 0 10111 101110 111 11110 1001011 1000111

Color Harmonies of #EDB67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB67F

Black with #EDB67F

Text Example


Text Example

White with #EDB67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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