Html Css Color HEX #EDD85D Portica

📋 copy color: '#EDD85D'

red 237 ◦ green 216 ◦ blue 93

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

Shades of Portica #EDD85D

Tints of Portica #EDD85D

RGB

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

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

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

R = 43.41%
G = 39.56%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDD85D (or 0xEDD85D) is known color: Portica. HEX triplet: ED, D8 and 5D. RGB value is (237,216,93). Sum of RGB (Red+Green+Blue) = 237+216+93=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD85D is #1227A2. Grayscale: #D0D0D0. Windows color (decimal): -1189795 or 6150381. OLE color: 6150381.

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

Color convert

RGB 237 216 93 -
CMYK 0 0.09 0.61 0.07
HSL 51.25º 0.8% 0.65% -
HSV(B) 51.25º 0.61% 0.93% -
XYZ 61.46 67.91 20.22 -
YUV 208.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 237 216 93 0 0.09 0.61 0.07 51.25 0.8 0.65
Hex ED D8 5D 0 9 3D 7 33 50 41
Octal 355 330 135 0 11 75 7 63 120 101
Binary 11101101 11011000 1011101 0 1001 111101 111 110011 1010000 1000001

Color Harmonies of #EDD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD85D

Black with #EDD85D

Text Example


Text Example

White with #EDD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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