Html Css Color HEX #EDB67B Corvette

📋 copy color: '#EDB67B'

red 237 ◦ green 182 ◦ blue 123

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

Shades of Corvette #EDB67B

Tints of Corvette #EDB67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.69%

R = 43.73%
G = 33.58%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDB67B (or 0xEDB67B) is known color: Corvette. HEX triplet: ED, B6 and 7B. RGB value is (237,182,123). Sum of RGB (Red+Green+Blue) = 237+182+123=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB67B is #124984. Grayscale: #C0C0C0. Windows color (decimal): -1198469 or 8107757. OLE color: 8107757.

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

Color convert

RGB 237 182 123 -
CMYK 0 0.23 0.48 0.07
HSL 31.05º 0.76% 0.71% -
HSV(B) 31.05º 0.48% 0.93% -
XYZ 55.23 52.89 26.04 -
YUV 191.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 237 182 123 0 0.23 0.48 0.07 31.05 0.76 0.71
Hex ED B6 7B 0 17 30 7 1F 4C 47
Octal 355 266 173 0 27 60 7 37 114 107
Binary 11101101 10110110 1111011 0 10111 110000 111 11111 1001100 1000111

Color Harmonies of #EDB67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB67B

Black with #EDB67B

Text Example


Text Example

White with #EDB67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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