Html Css Color HEX #EDCD55 Portica

📋 copy color: '#EDCD55'

red 237 ◦ green 205 ◦ blue 85

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

Shades of Portica #EDCD55

Tints of Portica #EDCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

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

R = 44.97%
G = 38.9%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDCD55 (or 0xEDCD55) is known color: Portica. HEX triplet: ED, CD and 55. RGB value is (237,205,85). Sum of RGB (Red+Green+Blue) = 237+205+85=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD55 is #1232AA. Grayscale: #C9C9C9. Windows color (decimal): -1192619 or 5623277. OLE color: 5623277.

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

Color convert

RGB 237 205 85 -
CMYK 0 0.14 0.64 0.07
HSL 47.37º 0.81% 0.63% -
HSV(B) 47.37º 0.64% 0.93% -
XYZ 58.4 62.32 17.55 -
YUV 200.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 237 205 85 0 0.14 0.64 0.07 47.37 0.81 0.63
Hex ED CD 55 0 E 40 7 2F 51 3F
Octal 355 315 125 0 16 100 7 57 121 77
Binary 11101101 11001101 1010101 0 1110 1000000 111 101111 1010001 111111

Color Harmonies of #EDCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD55

Black with #EDCD55

Text Example


Text Example

White with #EDCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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