Html Css Color HEX #EDCD5D Portica

📋 copy color: '#EDCD5D'

red 237 ◦ green 205 ◦ blue 93

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

Shades of Portica #EDCD5D

Tints of Portica #EDCD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.38%

R = 44.3%
G = 38.32%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDCD5D (or 0xEDCD5D) is known color: Portica. HEX triplet: ED, CD and 5D. RGB value is (237,205,93). Sum of RGB (Red+Green+Blue) = 237+205+93=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD5D is #1232A2. Grayscale: #CACACA. Windows color (decimal): -1192611 or 6147565. OLE color: 6147565.

HSL color Cylindrical-coordinate representation of color #EDCD5D: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDCD5D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 93 -
CMYK 0 0.14 0.61 0.07
HSL 46.67º 0.8% 0.65% -
HSV(B) 46.67º 0.61% 0.93% -
XYZ 58.73 62.46 19.32 -
YUV 201.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 237 205 93 0 0.14 0.61 0.07 46.67 0.8 0.65
Hex ED CD 5D 0 E 3D 7 2F 50 41
Octal 355 315 135 0 16 75 7 57 120 101
Binary 11101101 11001101 1011101 0 1110 111101 111 101111 1010000 1000001

Color Harmonies of #EDCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD5D

Black with #EDCD5D

Text Example


Text Example

White with #EDCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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