Html Css Color HEX #EDC24B Cream Can

📋 copy color: '#EDC24B'

red 237 ◦ green 194 ◦ blue 75

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

Shades of Cream Can #EDC24B

Tints of Cream Can #EDC24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.82%

R = 46.84%
G = 38.34%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC24B (or 0xEDC24B) is known color: Cream Can. HEX triplet: ED, C2 and 4B. RGB value is (237,194,75). Sum of RGB (Red+Green+Blue) = 237+194+75=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC24B is #123DB4. Grayscale: #C1C1C1. Windows color (decimal): -1195445 or 4965101. OLE color: 4965101.

HSL color Cylindrical-coordinate representation of color #EDC24B: hue angle of 44.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDC24B is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 194 75 -
CMYK 0 0.18 0.68 0.07
HSL 44.07º 0.82% 0.61% -
HSV(B) 44.07º 0.68% 0.93% -
XYZ 55.49 57.1 14.75 -
YUV 193.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 237 194 75 0 0.18 0.68 0.07 44.07 0.82 0.61
Hex ED C2 4B 0 12 44 7 2C 52 3D
Octal 355 302 113 0 22 104 7 54 122 75
Binary 11101101 11000010 1001011 0 10010 1000100 111 101100 1010010 111101

Color Harmonies of #EDC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC24B

Black with #EDC24B

Text Example


Text Example

White with #EDC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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