Html Css Color HEX #EDBF51 Cream Can

📋 copy color: '#EDBF51'

red 237 ◦ green 191 ◦ blue 81

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

Shades of Cream Can #EDBF51

Tints of Cream Can #EDBF51

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

 BLUE value IS 81 (32.03% from 255) = 15.91%

R = 46.56%
G = 37.52%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDBF51 (or 0xEDBF51) is known color: Cream Can. HEX triplet: ED, BF and 51. RGB value is (237,191,81). Sum of RGB (Red+Green+Blue) = 237+191+81=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF51 is #1240AE. Grayscale: #C0C0C0. Windows color (decimal): -1196207 or 5357549. OLE color: 5357549.

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

Color convert

RGB 237 191 81 -
CMYK 0 0.19 0.66 0.07
HSL 42.31º 0.81% 0.62% -
HSV(B) 42.31º 0.66% 0.93% -
XYZ 55.04 55.86 15.67 -
YUV 192.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 237 191 81 0 0.19 0.66 0.07 42.31 0.81 0.62
Hex ED BF 51 0 13 42 7 2A 51 3E
Octal 355 277 121 0 23 102 7 52 121 76
Binary 11101101 10111111 1010001 0 10011 1000010 111 101010 1010001 111110

Color Harmonies of #EDBF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF51

Black with #EDBF51

Text Example


Text Example

White with #EDBF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF51; }

 p { color: rgb(237,191,81); }

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

background-color css

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

 a { background-color: rgb(237,191,81); }

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

border-color css

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

 span { border-color: rgb(237,191,81); }

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