Html Css Color HEX #EDD952 Portica

📋 copy color: '#EDD952'

red 237 ◦ green 217 ◦ blue 82

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

Shades of Portica #EDD952

Tints of Portica #EDD952

RGB

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

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

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

R = 44.22%
G = 40.49%
B = 15.3%

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

#EDD952 (or 0xEDD952) is known color: Portica. HEX triplet: ED, D9 and 52. RGB value is (237,217,82). Sum of RGB (Red+Green+Blue) = 237+217+82=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD952 is #1226AD. Grayscale: #D0D0D0. Windows color (decimal): -1189550 or 5429741. OLE color: 5429741.

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

Color convert

RGB 237 217 82 -
CMYK 0 0.08 0.65 0.07
HSL 52.26º 0.81% 0.63% -
HSV(B) 52.26º 0.65% 0.93% -
XYZ 61.26 68.24 17.93 -
YUV 207.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 237 217 82 0 0.08 0.65 0.07 52.26 0.81 0.63
Hex ED D9 52 0 8 41 7 34 51 3F
Octal 355 331 122 0 10 101 7 64 121 77
Binary 11101101 11011001 1010010 0 1000 1000001 111 110100 1010001 111111

Color Harmonies of #EDD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD952

Black with #EDD952

Text Example


Text Example

White with #EDD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD952; }

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

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

background-color css

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

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

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

border-color css

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

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

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