Html Css Color HEX #EDD655 Portica

📋 copy color: '#EDD655'

red 237 ◦ green 214 ◦ blue 85

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

Shades of Portica #EDD655

Tints of Portica #EDD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 85 (33.59% from 255) = 15.86%

R = 44.22%
G = 39.93%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDD655 (or 0xEDD655) is known color: Portica. HEX triplet: ED, D6 and 55. RGB value is (237,214,85). Sum of RGB (Red+Green+Blue) = 237+214+85=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD655 is #1229AA. Grayscale: #CECECE. Windows color (decimal): -1190315 or 5625581. OLE color: 5625581.

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

Color convert

RGB 237 214 85 -
CMYK 0 0.10 0.64 0.07
HSL 50.92º 0.81% 0.63% -
HSV(B) 50.92º 0.64% 0.93% -
XYZ 60.61 66.75 18.28 -
YUV 206.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 237 214 85 0 0.10 0.64 0.07 50.92 0.81 0.63
Hex ED D6 55 0 A 40 7 33 51 3F
Octal 355 326 125 0 12 100 7 63 121 77
Binary 11101101 11010110 1010101 0 1010 1000000 111 110011 1010001 111111

Color Harmonies of #EDD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD655

Black with #EDD655

Text Example


Text Example

White with #EDD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD655; }

 p { color: rgb(237,214,85); }

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

background-color css

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

 a { background-color: rgb(237,214,85); }

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

border-color css

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

 span { border-color: rgb(237,214,85); }

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