Html Css Color HEX #EDD954 Portica

📋 copy color: '#EDD954'

red 237 ◦ green 217 ◦ blue 84

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

Shades of Portica #EDD954

Tints of Portica #EDD954

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

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

R = 44.05%
G = 40.33%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDD954 (or 0xEDD954) is known color: Portica. HEX triplet: ED, D9 and 54. RGB value is (237,217,84). Sum of RGB (Red+Green+Blue) = 237+217+84=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD954 is #1226AB. Grayscale: #D0D0D0. Windows color (decimal): -1189548 or 5560813. OLE color: 5560813.

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

Color convert

RGB 237 217 84 -
CMYK 0 0.08 0.65 0.07
HSL 52.16º 0.81% 0.63% -
HSV(B) 52.16º 0.65% 0.93% -
XYZ 61.34 68.27 18.33 -
YUV 207.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 237 217 84 0 0.08 0.65 0.07 52.16 0.81 0.63
Hex ED D9 54 0 8 41 7 34 51 3F
Octal 355 331 124 0 10 101 7 64 121 77
Binary 11101101 11011001 1010100 0 1000 1000001 111 110100 1010001 111111

Color Harmonies of #EDD954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD954

Black with #EDD954

Text Example


Text Example

White with #EDD954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD954; }

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

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

background-color css

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

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

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

border-color css

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

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

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