Html Css Color HEX #EDB27D Corvette

📋 copy color: '#EDB27D'

red 237 ◦ green 178 ◦ blue 125

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

Shades of Corvette #EDB27D

Tints of Corvette #EDB27D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

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

R = 43.89%
G = 32.96%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDB27D (or 0xEDB27D) is known color: Corvette. HEX triplet: ED, B2 and 7D. RGB value is (237,178,125). Sum of RGB (Red+Green+Blue) = 237+178+125=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27D is #124D82. Grayscale: #BDBDBD. Windows color (decimal): -1199491 or 8237805. OLE color: 8237805.

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

Color convert

RGB 237 178 125 -
CMYK 0 0.25 0.47 0.07
HSL 28.39º 0.76% 0.71% -
HSV(B) 28.39º 0.47% 0.93% -
XYZ 54.55 51.33 26.43 -
YUV 189.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 237 178 125 0 0.25 0.47 0.07 28.39 0.76 0.71
Hex ED B2 7D 0 19 2F 7 1C 4C 47
Octal 355 262 175 0 31 57 7 34 114 107
Binary 11101101 10110010 1111101 0 11001 101111 111 11100 1001100 1000111

Color Harmonies of #EDB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB27D

Black with #EDB27D

Text Example


Text Example

White with #EDB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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