Html Css Color HEX #EDCD56 Portica

📋 copy color: '#EDCD56'

red 237 ◦ green 205 ◦ blue 86

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

Shades of Portica #EDCD56

Tints of Portica #EDCD56

RGB

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

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

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

R = 44.89%
G = 38.83%
B = 16.29%

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

#EDCD56 (or 0xEDCD56) is known color: Portica. HEX triplet: ED, CD and 56. RGB value is (237,205,86). Sum of RGB (Red+Green+Blue) = 237+205+86=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD56 is #1232A9. Grayscale: #C9C9C9. Windows color (decimal): -1192618 or 5688813. OLE color: 5688813.

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

Color convert

RGB 237 205 86 -
CMYK 0 0.14 0.64 0.07
HSL 47.28º 0.81% 0.63% -
HSV(B) 47.28º 0.64% 0.93% -
XYZ 58.44 62.34 17.76 -
YUV 201 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 237 205 86 0 0.14 0.64 0.07 47.28 0.81 0.63
Hex ED CD 56 0 E 40 7 2F 51 3F
Octal 355 315 126 0 16 100 7 57 121 77
Binary 11101101 11001101 1010110 0 1110 1000000 111 101111 1010001 111111

Color Harmonies of #EDCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD56

Black with #EDCD56

Text Example


Text Example

White with #EDCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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