Html Css Color HEX #EDD85B Portica

📋 copy color: '#EDD85B'

red 237 ◦ green 216 ◦ blue 91

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

Shades of Portica #EDD85B

Tints of Portica #EDD85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.73%

R = 43.57%
G = 39.71%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDD85B (or 0xEDD85B) is known color: Portica. HEX triplet: ED, D8 and 5B. RGB value is (237,216,91). Sum of RGB (Red+Green+Blue) = 237+216+91=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD85B is #1227A4. Grayscale: #D0D0D0. Windows color (decimal): -1189797 or 6019309. OLE color: 6019309.

HSL color Cylindrical-coordinate representation of color #EDD85B: hue angle of 51.37º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD85B is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 91 -
CMYK 0 0.09 0.62 0.07
HSL 51.37º 0.8% 0.64% -
HSV(B) 51.37º 0.62% 0.93% -
XYZ 61.37 67.87 19.76 -
YUV 208.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 237 216 91 0 0.09 0.62 0.07 51.37 0.8 0.64
Hex ED D8 5B 0 9 3E 7 33 50 40
Octal 355 330 133 0 11 76 7 63 120 100
Binary 11101101 11011000 1011011 0 1001 111110 111 110011 1010000 1000000

Color Harmonies of #EDD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD85B

Black with #EDD85B

Text Example


Text Example

White with #EDD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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