Html Css Color HEX #EDDC5A Portica

📋 copy color: '#EDDC5A'

red 237 ◦ green 220 ◦ blue 90

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

Shades of Portica #EDDC5A

Tints of Portica #EDDC5A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 90 (35.55% from 255) = 16.45%

R = 43.33%
G = 40.22%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDDC5A (or 0xEDDC5A) is known color: Portica. HEX triplet: ED, DC and 5A. RGB value is (237,220,90). Sum of RGB (Red+Green+Blue) = 237+220+90=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC5A is #1223A5. Grayscale: #D2D2D2. Windows color (decimal): -1188774 or 5954797. OLE color: 5954797.

HSL color Cylindrical-coordinate representation of color #EDDC5A: hue angle of 53.06º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDDC5A is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 90 -
CMYK 0 0.07 0.62 0.07
HSL 53.06º 0.8% 0.64% -
HSV(B) 53.06º 0.62% 0.93% -
XYZ 62.36 69.93 19.88 -
YUV 210.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 237 220 90 0 0.07 0.62 0.07 53.06 0.8 0.64
Hex ED DC 5A 0 7 3E 7 35 50 40
Octal 355 334 132 0 7 76 7 65 120 100
Binary 11101101 11011100 1011010 0 111 111110 111 110101 1010000 1000000

Color Harmonies of #EDDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC5A

Black with #EDDC5A

Text Example


Text Example

White with #EDDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC5A; }

 p { color: rgb(237,220,90); }

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

background-color css

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

 a { background-color: rgb(237,220,90); }

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

border-color css

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

 span { border-color: rgb(237,220,90); }

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