Html Css Color HEX #EDBE4E Cream Can

📋 copy color: '#EDBE4E'

red 237 ◦ green 190 ◦ blue 78

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

Shades of Cream Can #EDBE4E

Tints of Cream Can #EDBE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

 BLUE value IS 78 (30.86% from 255) = 15.45%

R = 46.93%
G = 37.62%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDBE4E (or 0xEDBE4E) is known color: Cream Can. HEX triplet: ED, BE and 4E. RGB value is (237,190,78). Sum of RGB (Red+Green+Blue) = 237+190+78=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE4E is #1241B1. Grayscale: #BFBFBF. Windows color (decimal): -1196466 or 5160685. OLE color: 5160685.

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

Color convert

RGB 237 190 78 -
CMYK 0 0.20 0.67 0.07
HSL 42.26º 0.82% 0.62% -
HSV(B) 42.26º 0.67% 0.93% -
XYZ 54.71 55.38 15.01 -
YUV 191.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 237 190 78 0 0.20 0.67 0.07 42.26 0.82 0.62
Hex ED BE 4E 0 14 43 7 2A 52 3E
Octal 355 276 116 0 24 103 7 52 122 76
Binary 11101101 10111110 1001110 0 10100 1000011 111 101010 1010010 111110

Color Harmonies of #EDBE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE4E

Black with #EDBE4E

Text Example


Text Example

White with #EDBE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE4E; }

 p { color: rgb(237,190,78); }

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

background-color css

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

 a { background-color: rgb(237,190,78); }

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

border-color css

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

 span { border-color: rgb(237,190,78); }

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