Html Css Color HEX #EDD051 Portica

📋 copy color: '#EDD051'

red 237 ◦ green 208 ◦ blue 81

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

Shades of Portica #EDD051

Tints of Portica #EDD051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 45.06%
G = 39.54%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDD051 (or 0xEDD051) is known color: Portica. HEX triplet: ED, D0 and 51. RGB value is (237,208,81). Sum of RGB (Red+Green+Blue) = 237+208+81=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD051 is #122FAE. Grayscale: #CACACA. Windows color (decimal): -1191855 or 5361901. OLE color: 5361901.

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

Color convert

RGB 237 208 81 -
CMYK 0 0.12 0.66 0.07
HSL 48.85º 0.81% 0.62% -
HSV(B) 48.85º 0.66% 0.93% -
XYZ 58.97 63.71 16.97 -
YUV 202.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 237 208 81 0 0.12 0.66 0.07 48.85 0.81 0.62
Hex ED D0 51 0 C 42 7 31 51 3E
Octal 355 320 121 0 14 102 7 61 121 76
Binary 11101101 11010000 1010001 0 1100 1000010 111 110001 1010001 111110

Color Harmonies of #EDD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD051

Black with #EDD051

Text Example


Text Example

White with #EDD051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD051; }

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

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

background-color css

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

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

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

border-color css

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

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

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