Html Css Color HEX #EDC65B Cream Can

📋 copy color: '#EDC65B'

red 237 ◦ green 198 ◦ blue 91

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

Shades of Cream Can #EDC65B

Tints of Cream Can #EDC65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 45.06%
G = 37.64%
B = 17.3%

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

#EDC65B (or 0xEDC65B) is known color: Cream Can. HEX triplet: ED, C6 and 5B. RGB value is (237,198,91). Sum of RGB (Red+Green+Blue) = 237+198+91=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC65B is #1239A4. Grayscale: #C5C5C5. Windows color (decimal): -1194405 or 6014701. OLE color: 6014701.

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

Color convert

RGB 237 198 91 -
CMYK 0 0.16 0.62 0.07
HSL 43.97º 0.8% 0.64% -
HSV(B) 43.97º 0.62% 0.93% -
XYZ 57.01 59.15 18.31 -
YUV 197.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 237 198 91 0 0.16 0.62 0.07 43.97 0.8 0.64
Hex ED C6 5B 0 10 3E 7 2C 50 40
Octal 355 306 133 0 20 76 7 54 120 100
Binary 11101101 11000110 1011011 0 10000 111110 111 101100 1010000 1000000

Color Harmonies of #EDC65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC65B

Black with #EDC65B

Text Example


Text Example

White with #EDC65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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