Html Css Color HEX #EDC35A Cream Can

📋 copy color: '#EDC35A'

red 237 ◦ green 195 ◦ blue 90

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

Shades of Cream Can #EDC35A

Tints of Cream Can #EDC35A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.36%

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

R = 45.4%
G = 37.36%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDC35A (or 0xEDC35A) is known color: Cream Can. HEX triplet: ED, C3 and 5A. RGB value is (237,195,90). Sum of RGB (Red+Green+Blue) = 237+195+90=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC35A is #123CA5. Grayscale: #C4C4C4. Windows color (decimal): -1195174 or 5948397. OLE color: 5948397.

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

Color convert

RGB 237 195 90 -
CMYK 0 0.18 0.62 0.07
HSL 42.86º 0.8% 0.64% -
HSV(B) 42.86º 0.62% 0.93% -
XYZ 56.29 57.77 17.86 -
YUV 195.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 237 195 90 0 0.18 0.62 0.07 42.86 0.8 0.64
Hex ED C3 5A 0 12 3E 7 2B 50 40
Octal 355 303 132 0 22 76 7 53 120 100
Binary 11101101 11000011 1011010 0 10010 111110 111 101011 1010000 1000000

Color Harmonies of #EDC35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC35A

Black with #EDC35A

Text Example


Text Example

White with #EDC35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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