Html Css Color HEX #EDC14B Cream Can

📋 copy color: '#EDC14B'

red 237 ◦ green 193 ◦ blue 75

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

Shades of Cream Can #EDC14B

Tints of Cream Can #EDC14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 46.93%
G = 38.22%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDC14B (or 0xEDC14B) is known color: Cream Can. HEX triplet: ED, C1 and 4B. RGB value is (237,193,75). Sum of RGB (Red+Green+Blue) = 237+193+75=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC14B is #123EB4. Grayscale: #C1C1C1. Windows color (decimal): -1195701 or 4964845. OLE color: 4964845.

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

Color convert

RGB 237 193 75 -
CMYK 0 0.19 0.68 0.07
HSL 43.7º 0.82% 0.61% -
HSV(B) 43.7º 0.68% 0.93% -
XYZ 55.27 56.65 14.68 -
YUV 192.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 237 193 75 0 0.19 0.68 0.07 43.7 0.82 0.61
Hex ED C1 4B 0 13 44 7 2C 52 3D
Octal 355 301 113 0 23 104 7 54 122 75
Binary 11101101 11000001 1001011 0 10011 1000100 111 101100 1010010 111101

Color Harmonies of #EDC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC14B

Black with #EDC14B

Text Example


Text Example

White with #EDC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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