Html Css Color HEX #EDC07B Corvette

📋 copy color: '#EDC07B'

red 237 ◦ green 192 ◦ blue 123

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

Shades of Corvette #EDC07B

Tints of Corvette #EDC07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.78%

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

R = 42.93%
G = 34.78%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDC07B (or 0xEDC07B) is known color: Corvette. HEX triplet: ED, C0 and 7B. RGB value is (237,192,123). Sum of RGB (Red+Green+Blue) = 237+192+123=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC07B is #123F84. Grayscale: #C5C5C5. Windows color (decimal): -1195909 or 8110317. OLE color: 8110317.

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

Color convert

RGB 237 192 123 -
CMYK 0 0.19 0.48 0.07
HSL 36.32º 0.76% 0.71% -
HSV(B) 36.32º 0.48% 0.93% -
XYZ 57.35 57.13 26.74 -
YUV 197.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 237 192 123 0 0.19 0.48 0.07 36.32 0.76 0.71
Hex ED C0 7B 0 13 30 7 24 4C 47
Octal 355 300 173 0 23 60 7 44 114 107
Binary 11101101 11000000 1111011 0 10011 110000 111 100100 1001100 1000111

Color Harmonies of #EDC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC07B

Black with #EDC07B

Text Example


Text Example

White with #EDC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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