Html Css Color HEX #EDD255 Portica

📋 copy color: '#EDD255'

red 237 ◦ green 210 ◦ blue 85

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

Shades of Portica #EDD255

Tints of Portica #EDD255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.47%

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

R = 44.55%
G = 39.47%
B = 15.98%

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

#EDD255 (or 0xEDD255) is known color: Portica. HEX triplet: ED, D2 and 55. RGB value is (237,210,85). Sum of RGB (Red+Green+Blue) = 237+210+85=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD255 is #122DAA. Grayscale: #CCCCCC. Windows color (decimal): -1191339 or 5624557. OLE color: 5624557.

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

Color convert

RGB 237 210 85 -
CMYK 0 0.11 0.64 0.07
HSL 49.34º 0.81% 0.63% -
HSV(B) 49.34º 0.64% 0.93% -
XYZ 59.61 64.75 17.95 -
YUV 203.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 237 210 85 0 0.11 0.64 0.07 49.34 0.81 0.63
Hex ED D2 55 0 B 40 7 31 51 3F
Octal 355 322 125 0 13 100 7 61 121 77
Binary 11101101 11010010 1010101 0 1011 1000000 111 110001 1010001 111111

Color Harmonies of #EDD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD255

Black with #EDD255

Text Example


Text Example

White with #EDD255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD255; }

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

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

background-color css

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

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

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

border-color css

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

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

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