Html Css Color HEX #EDC25A Cream Can

📋 copy color: '#EDC25A'

red 237 ◦ green 194 ◦ blue 90

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

Shades of Cream Can #EDC25A

Tints of Cream Can #EDC25A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 45.49%
G = 37.24%
B = 17.27%

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

#EDC25A (or 0xEDC25A) is known color: Cream Can. HEX triplet: ED, C2 and 5A. RGB value is (237,194,90). Sum of RGB (Red+Green+Blue) = 237+194+90=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC25A is #123DA5. Grayscale: #C3C3C3. Windows color (decimal): -1195430 or 5948141. OLE color: 5948141.

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

Color convert

RGB 237 194 90 -
CMYK 0 0.18 0.62 0.07
HSL 42.45º 0.8% 0.64% -
HSV(B) 42.45º 0.62% 0.93% -
XYZ 56.06 57.33 17.78 -
YUV 195 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 237 194 90 0 0.18 0.62 0.07 42.45 0.8 0.64
Hex ED C2 5A 0 12 3E 7 2A 50 40
Octal 355 302 132 0 22 76 7 52 120 100
Binary 11101101 11000010 1011010 0 10010 111110 111 101010 1010000 1000000

Color Harmonies of #EDC25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC25A

Black with #EDC25A

Text Example


Text Example

White with #EDC25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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