Html Css Color HEX #EDC751 Cream Can

📋 copy color: '#EDC751'

red 237 ◦ green 199 ◦ blue 81

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

Shades of Cream Can #EDC751

Tints of Cream Can #EDC751

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

 BLUE value IS 81 (32.03% from 255) = 15.67%

R = 45.84%
G = 38.49%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDC751 (or 0xEDC751) is known color: Cream Can. HEX triplet: ED, C7 and 51. RGB value is (237,199,81). Sum of RGB (Red+Green+Blue) = 237+199+81=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC751 is #1238AE. Grayscale: #C5C5C5. Windows color (decimal): -1194159 or 5359597. OLE color: 5359597.

HSL color Cylindrical-coordinate representation of color #EDC751: hue angle of 45.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDC751 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 81 -
CMYK 0 0.16 0.66 0.07
HSL 45.38º 0.81% 0.62% -
HSV(B) 45.38º 0.66% 0.93% -
XYZ 56.83 59.45 16.26 -
YUV 196.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 237 199 81 0 0.16 0.66 0.07 45.38 0.81 0.62
Hex ED C7 51 0 10 42 7 2D 51 3E
Octal 355 307 121 0 20 102 7 55 121 76
Binary 11101101 11000111 1010001 0 10000 1000010 111 101101 1010001 111110

Color Harmonies of #EDC751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC751

Black with #EDC751

Text Example


Text Example

White with #EDC751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC751; }

 p { color: rgb(237,199,81); }

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

background-color css

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

 a { background-color: rgb(237,199,81); }

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

border-color css

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

 span { border-color: rgb(237,199,81); }

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