Html Css Color HEX #EDBE4D Cream Can

📋 copy color: '#EDBE4D'

red 237 ◦ green 190 ◦ blue 77

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

Shades of Cream Can #EDBE4D

Tints of Cream Can #EDBE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.28%

R = 47.02%
G = 37.7%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDBE4D (or 0xEDBE4D) is known color: Cream Can. HEX triplet: ED, BE and 4D. RGB value is (237,190,77). Sum of RGB (Red+Green+Blue) = 237+190+77=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE4D is #1241B2. Grayscale: #BFBFBF. Windows color (decimal): -1196467 or 5095149. OLE color: 5095149.

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

Color convert

RGB 237 190 77 -
CMYK 0 0.20 0.68 0.07
HSL 42.38º 0.82% 0.62% -
HSV(B) 42.38º 0.68% 0.93% -
XYZ 54.68 55.37 14.83 -
YUV 191.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 237 190 77 0 0.20 0.68 0.07 42.38 0.82 0.62
Hex ED BE 4D 0 14 44 7 2A 52 3E
Octal 355 276 115 0 24 104 7 52 122 76
Binary 11101101 10111110 1001101 0 10100 1000100 111 101010 1010010 111110

Color Harmonies of #EDBE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE4D

Black with #EDBE4D

Text Example


Text Example

White with #EDBE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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