Html Css Color HEX #EDC95B Cream Can

📋 copy color: '#EDC95B'

red 237 ◦ green 201 ◦ blue 91

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

Shades of Cream Can #EDC95B

Tints of Cream Can #EDC95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 44.8%
G = 38%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC95B (or 0xEDC95B) is known color: Cream Can. HEX triplet: ED, C9 and 5B. RGB value is (237,201,91). Sum of RGB (Red+Green+Blue) = 237+201+91=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC95B is #1236A4. Grayscale: #C7C7C7. Windows color (decimal): -1193637 or 6015469. OLE color: 6015469.

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

Color convert

RGB 237 201 91 -
CMYK 0 0.15 0.62 0.07
HSL 45.21º 0.8% 0.64% -
HSV(B) 45.21º 0.62% 0.93% -
XYZ 57.7 60.53 18.54 -
YUV 199.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 237 201 91 0 0.15 0.62 0.07 45.21 0.8 0.64
Hex ED C9 5B 0 F 3E 7 2D 50 40
Octal 355 311 133 0 17 76 7 55 120 100
Binary 11101101 11001001 1011011 0 1111 111110 111 101101 1010000 1000000

Color Harmonies of #EDC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC95B

Black with #EDC95B

Text Example


Text Example

White with #EDC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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