Html Css Color HEX #EDD95D Portica

📋 copy color: '#EDD95D'

red 237 ◦ green 217 ◦ blue 93

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

Shades of Portica #EDD95D

Tints of Portica #EDD95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

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

R = 43.33%
G = 39.67%
B = 17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD95D (or 0xEDD95D) is known color: Portica. HEX triplet: ED, D9 and 5D. RGB value is (237,217,93). Sum of RGB (Red+Green+Blue) = 237+217+93=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD95D is #1226A2. Grayscale: #D1D1D1. Windows color (decimal): -1189539 or 6150637. OLE color: 6150637.

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

Color convert

RGB 237 217 93 -
CMYK 0 0.08 0.61 0.07
HSL 51.67º 0.8% 0.65% -
HSV(B) 51.67º 0.61% 0.93% -
XYZ 61.71 68.42 20.31 -
YUV 208.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 237 217 93 0 0.08 0.61 0.07 51.67 0.8 0.65
Hex ED D9 5D 0 8 3D 7 34 50 41
Octal 355 331 135 0 10 75 7 64 120 101
Binary 11101101 11011001 1011101 0 1000 111101 111 110100 1010000 1000001

Color Harmonies of #EDD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD95D

Black with #EDD95D

Text Example


Text Example

White with #EDD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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