Html Css Color HEX #EDD851 Portica

📋 copy color: '#EDD851'

red 237 ◦ green 216 ◦ blue 81

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

Shades of Portica #EDD851

Tints of Portica #EDD851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.17%

R = 44.38%
G = 40.45%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD851 (or 0xEDD851) is known color: Portica. HEX triplet: ED, D8 and 51. RGB value is (237,216,81). Sum of RGB (Red+Green+Blue) = 237+216+81=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD851 is #1227AE. Grayscale: #CFCFCF. Windows color (decimal): -1189807 or 5363949. OLE color: 5363949.

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

Color convert

RGB 237 216 81 -
CMYK 0 0.09 0.66 0.07
HSL 51.92º 0.81% 0.62% -
HSV(B) 51.92º 0.66% 0.93% -
XYZ 60.97 67.71 17.64 -
YUV 206.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 237 216 81 0 0.09 0.66 0.07 51.92 0.81 0.62
Hex ED D8 51 0 9 42 7 34 51 3E
Octal 355 330 121 0 11 102 7 64 121 76
Binary 11101101 11011000 1010001 0 1001 1000010 111 110100 1010001 111110

Color Harmonies of #EDD851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD851

Black with #EDD851

Text Example


Text Example

White with #EDD851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD851; }

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

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

background-color css

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

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

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

border-color css

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

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

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