Html Css Color HEX #EDB67E Corvette

📋 copy color: '#EDB67E'

red 237 ◦ green 182 ◦ blue 126

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

Shades of Corvette #EDB67E

Tints of Corvette #EDB67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.12%

R = 43.49%
G = 33.39%
B = 23.12%

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

#EDB67E (or 0xEDB67E) is known color: Corvette. HEX triplet: ED, B6 and 7E. RGB value is (237,182,126). Sum of RGB (Red+Green+Blue) = 237+182+126=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB67E is #124981. Grayscale: #C0C0C0. Windows color (decimal): -1198466 or 8304365. OLE color: 8304365.

HSL color Cylindrical-coordinate representation of color #EDB67E: hue angle of 30.27º 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 #EDB67E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 126 -
CMYK 0 0.23 0.47 0.07
HSL 30.27º 0.76% 0.71% -
HSV(B) 30.27º 0.47% 0.93% -
XYZ 55.42 52.97 27.04 -
YUV 192.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 237 182 126 0 0.23 0.47 0.07 30.27 0.76 0.71
Hex ED B6 7E 0 17 2F 7 1E 4C 47
Octal 355 266 176 0 27 57 7 36 114 107
Binary 11101101 10110110 1111110 0 10111 101111 111 11110 1001100 1000111

Color Harmonies of #EDB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB67E

Black with #EDB67E

Text Example


Text Example

White with #EDB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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