Html Css Color HEX #EDD356 Portica

📋 copy color: '#EDD356'

red 237 ◦ green 211 ◦ blue 86

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

Shades of Portica #EDD356

Tints of Portica #EDD356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.51%

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

R = 44.38%
G = 39.51%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDD356 (or 0xEDD356) is known color: Portica. HEX triplet: ED, D3 and 56. RGB value is (237,211,86). Sum of RGB (Red+Green+Blue) = 237+211+86=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD356 is #122CA9. Grayscale: #CDCDCD. Windows color (decimal): -1191082 or 5690349. OLE color: 5690349.

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

Color convert

RGB 237 211 86 -
CMYK 0 0.11 0.64 0.07
HSL 49.67º 0.81% 0.63% -
HSV(B) 49.67º 0.64% 0.93% -
XYZ 59.9 65.26 18.24 -
YUV 204.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 237 211 86 0 0.11 0.64 0.07 49.67 0.81 0.63
Hex ED D3 56 0 B 40 7 32 51 3F
Octal 355 323 126 0 13 100 7 62 121 77
Binary 11101101 11010011 1010110 0 1011 1000000 111 110010 1010001 111111

Color Harmonies of #EDD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD356

Black with #EDD356

Text Example


Text Example

White with #EDD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD356; }

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

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

background-color css

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

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

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

border-color css

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

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

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