Html Css Color HEX #EDD955 Portica

📋 copy color: '#EDD955'

red 237 ◦ green 217 ◦ blue 85

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

Shades of Portica #EDD955

Tints of Portica #EDD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

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

R = 43.97%
G = 40.26%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDD955 (or 0xEDD955) is known color: Portica. HEX triplet: ED, D9 and 55. RGB value is (237,217,85). Sum of RGB (Red+Green+Blue) = 237+217+85=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD955 is #1226AA. Grayscale: #D0D0D0. Windows color (decimal): -1189547 or 5626349. OLE color: 5626349.

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

Color convert

RGB 237 217 85 -
CMYK 0 0.08 0.64 0.07
HSL 52.11º 0.81% 0.63% -
HSV(B) 52.11º 0.64% 0.93% -
XYZ 61.38 68.29 18.54 -
YUV 207.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 237 217 85 0 0.08 0.64 0.07 52.11 0.81 0.63
Hex ED D9 55 0 8 40 7 34 51 3F
Octal 355 331 125 0 10 100 7 64 121 77
Binary 11101101 11011001 1010101 0 1000 1000000 111 110100 1010001 111111

Color Harmonies of #EDD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD955

Black with #EDD955

Text Example


Text Example

White with #EDD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD955; }

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

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

background-color css

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

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

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

border-color css

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

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

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