Html Css Color HEX #EDCE5D Portica

📋 copy color: '#EDCE5D'

red 237 ◦ green 206 ◦ blue 93

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

Shades of Portica #EDCE5D

Tints of Portica #EDCE5D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.43%

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

R = 44.22%
G = 38.43%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDCE5D (or 0xEDCE5D) is known color: Portica. HEX triplet: ED, CE and 5D. RGB value is (237,206,93). Sum of RGB (Red+Green+Blue) = 237+206+93=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE5D is #1231A2. Grayscale: #CACACA. Windows color (decimal): -1192355 or 6147821. OLE color: 6147821.

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

Color convert

RGB 237 206 93 -
CMYK 0 0.13 0.61 0.07
HSL 47.08º 0.8% 0.65% -
HSV(B) 47.08º 0.61% 0.93% -
XYZ 58.97 62.94 19.4 -
YUV 202.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 237 206 93 0 0.13 0.61 0.07 47.08 0.8 0.65
Hex ED CE 5D 0 D 3D 7 2F 50 41
Octal 355 316 135 0 15 75 7 57 120 101
Binary 11101101 11001110 1011101 0 1101 111101 111 101111 1010000 1000001

Color Harmonies of #EDCE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE5D

Black with #EDCE5D

Text Example


Text Example

White with #EDCE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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