Html Css Color HEX #EDD152 Portica

📋 copy color: '#EDD152'

red 237 ◦ green 209 ◦ blue 82

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

Shades of Portica #EDD152

Tints of Portica #EDD152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.58%

 BLUE value IS 82 (32.42% from 255) = 15.53%

R = 44.89%
G = 39.58%
B = 15.53%

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

#EDD152 (or 0xEDD152) is known color: Portica. HEX triplet: ED, D1 and 52. RGB value is (237,209,82). Sum of RGB (Red+Green+Blue) = 237+209+82=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD152 is #122EAD. Grayscale: #CBCBCB. Windows color (decimal): -1191598 or 5427693. OLE color: 5427693.

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

Color convert

RGB 237 209 82 -
CMYK 0 0.12 0.65 0.07
HSL 49.16º 0.81% 0.63% -
HSV(B) 49.16º 0.65% 0.93% -
XYZ 59.25 64.21 17.25 -
YUV 202.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 237 209 82 0 0.12 0.65 0.07 49.16 0.81 0.63
Hex ED D1 52 0 C 41 7 31 51 3F
Octal 355 321 122 0 14 101 7 61 121 77
Binary 11101101 11010001 1010010 0 1100 1000001 111 110001 1010001 111111

Color Harmonies of #EDD152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD152

Black with #EDD152

Text Example


Text Example

White with #EDD152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD152; }

 p { color: rgb(237,209,82); }

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

background-color css

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

 a { background-color: rgb(237,209,82); }

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

border-color css

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

 span { border-color: rgb(237,209,82); }

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