Html Css Color HEX #EDD95E Portica

📋 copy color: '#EDD95E'

red 237 ◦ green 217 ◦ blue 94

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

Shades of Portica #EDD95E

Tints of Portica #EDD95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.15%

R = 43.25%
G = 39.6%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDD95E (or 0xEDD95E) is known color: Portica. HEX triplet: ED, D9 and 5E. RGB value is (237,217,94). Sum of RGB (Red+Green+Blue) = 237+217+94=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD95E is #1226A1. Grayscale: #D1D1D1. Windows color (decimal): -1189538 or 6216173. OLE color: 6216173.

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

Color convert

RGB 237 217 94 -
CMYK 0 0.08 0.60 0.07
HSL 51.61º 0.8% 0.65% -
HSV(B) 51.61º 0.6% 0.93% -
XYZ 61.76 68.44 20.54 -
YUV 208.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 237 217 94 0 0.08 0.60 0.07 51.61 0.8 0.65
Hex ED D9 5E 0 8 3C 7 34 50 41
Octal 355 331 136 0 10 74 7 64 120 101
Binary 11101101 11011001 1011110 0 1000 111100 111 110100 1010000 1000001

Color Harmonies of #EDD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD95E

Black with #EDD95E

Text Example


Text Example

White with #EDD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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