Html Css Color HEX #EDD054 Portica

📋 copy color: '#EDD054'

red 237 ◦ green 208 ◦ blue 84

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

Shades of Portica #EDD054

Tints of Portica #EDD054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.88%

R = 44.8%
G = 39.32%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDD054 (or 0xEDD054) is known color: Portica. HEX triplet: ED, D0 and 54. RGB value is (237,208,84). Sum of RGB (Red+Green+Blue) = 237+208+84=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD054 is #122FAB. Grayscale: #CBCBCB. Windows color (decimal): -1191852 or 5558509. OLE color: 5558509.

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

Color convert

RGB 237 208 84 -
CMYK 0 0.12 0.65 0.07
HSL 48.63º 0.81% 0.63% -
HSV(B) 48.63º 0.65% 0.93% -
XYZ 59.08 63.76 17.58 -
YUV 202.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 237 208 84 0 0.12 0.65 0.07 48.63 0.81 0.63
Hex ED D0 54 0 C 41 7 31 51 3F
Octal 355 320 124 0 14 101 7 61 121 77
Binary 11101101 11010000 1010100 0 1100 1000001 111 110001 1010001 111111

Color Harmonies of #EDD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD054

Black with #EDD054

Text Example


Text Example

White with #EDD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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