Html Css Color HEX #EDD85F Portica

📋 copy color: '#EDD85F'

red 237 ◦ green 216 ◦ blue 95

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

Shades of Portica #EDD85F

Tints of Portica #EDD85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.42%

 BLUE value IS 95 (37.5% from 255) = 17.34%

R = 43.25%
G = 39.42%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDD85F (or 0xEDD85F) is known color: Portica. HEX triplet: ED, D8 and 5F. RGB value is (237,216,95). Sum of RGB (Red+Green+Blue) = 237+216+95=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD85F is #1227A0. Grayscale: #D0D0D0. Windows color (decimal): -1189793 or 6281453. OLE color: 6281453.

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

Color convert

RGB 237 216 95 -
CMYK 0 0.09 0.60 0.07
HSL 51.13º 0.8% 0.65% -
HSV(B) 51.13º 0.6% 0.93% -
XYZ 61.55 67.94 20.7 -
YUV 208.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 237 216 95 0 0.09 0.60 0.07 51.13 0.8 0.65
Hex ED D8 5F 0 9 3C 7 33 50 41
Octal 355 330 137 0 11 74 7 63 120 101
Binary 11101101 11011000 1011111 0 1001 111100 111 110011 1010000 1000001

Color Harmonies of #EDD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD85F

Black with #EDD85F

Text Example


Text Example

White with #EDD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD85F; }

 p { color: rgb(237,216,95); }

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

background-color css

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

 a { background-color: rgb(237,216,95); }

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

border-color css

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

 span { border-color: rgb(237,216,95); }

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