Html Css Color HEX #EDD856 Portica

📋 copy color: '#EDD856'

red 237 ◦ green 216 ◦ blue 86

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

Shades of Portica #EDD856

Tints of Portica #EDD856

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.07%

 BLUE value IS 86 (33.98% from 255) = 15.96%

R = 43.97%
G = 40.07%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDD856 (or 0xEDD856) is known color: Portica. HEX triplet: ED, D8 and 56. RGB value is (237,216,86). Sum of RGB (Red+Green+Blue) = 237+216+86=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD856 is #1227A9. Grayscale: #D0D0D0. Windows color (decimal): -1189802 or 5691629. OLE color: 5691629.

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

Color convert

RGB 237 216 86 -
CMYK 0 0.09 0.64 0.07
HSL 51.66º 0.81% 0.63% -
HSV(B) 51.66º 0.64% 0.93% -
XYZ 61.16 67.79 18.67 -
YUV 207.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 237 216 86 0 0.09 0.64 0.07 51.66 0.81 0.63
Hex ED D8 56 0 9 40 7 34 51 3F
Octal 355 330 126 0 11 100 7 64 121 77
Binary 11101101 11011000 1010110 0 1001 1000000 111 110100 1010001 111111

Color Harmonies of #EDD856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD856

Black with #EDD856

Text Example


Text Example

White with #EDD856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD856; }

 p { color: rgb(237,216,86); }

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

background-color css

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

 a { background-color: rgb(237,216,86); }

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

border-color css

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

 span { border-color: rgb(237,216,86); }

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