Html Css Color HEX #EDC65A Cream Can

📋 copy color: '#EDC65A'

red 237 ◦ green 198 ◦ blue 90

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

Shades of Cream Can #EDC65A

Tints of Cream Can #EDC65A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

 BLUE value IS 90 (35.55% from 255) = 17.14%

R = 45.14%
G = 37.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC65A (or 0xEDC65A) is known color: Cream Can. HEX triplet: ED, C6 and 5A. RGB value is (237,198,90). Sum of RGB (Red+Green+Blue) = 237+198+90=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC65A is #1239A5. Grayscale: #C5C5C5. Windows color (decimal): -1194406 or 5949165. OLE color: 5949165.

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

Color convert

RGB 237 198 90 -
CMYK 0 0.16 0.62 0.07
HSL 44.08º 0.8% 0.64% -
HSV(B) 44.08º 0.62% 0.93% -
XYZ 56.96 59.13 18.08 -
YUV 197.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 237 198 90 0 0.16 0.62 0.07 44.08 0.8 0.64
Hex ED C6 5A 0 10 3E 7 2C 50 40
Octal 355 306 132 0 20 76 7 54 120 100
Binary 11101101 11000110 1011010 0 10000 111110 111 101100 1010000 1000000

Color Harmonies of #EDC65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC65A

Black with #EDC65A

Text Example


Text Example

White with #EDC65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC65A; }

 p { color: rgb(237,198,90); }

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

background-color css

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

 a { background-color: rgb(237,198,90); }

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

border-color css

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

 span { border-color: rgb(237,198,90); }

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