Html Css Color HEX #EDDC4F Portica

📋 copy color: '#EDDC4F'

red 237 ◦ green 220 ◦ blue 79

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

Shades of Portica #EDDC4F

Tints of Portica #EDDC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.74%

R = 44.22%
G = 41.04%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDDC4F (or 0xEDDC4F) is known color: Portica. HEX triplet: ED, DC and 4F. RGB value is (237,220,79). Sum of RGB (Red+Green+Blue) = 237+220+79=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC4F is #1223B0. Grayscale: #D1D1D1. Windows color (decimal): -1188785 or 5233901. OLE color: 5233901.

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

Color convert

RGB 237 220 79 -
CMYK 0 0.07 0.67 0.07
HSL 53.54º 0.81% 0.62% -
HSV(B) 53.54º 0.67% 0.93% -
XYZ 61.93 69.76 17.6 -
YUV 209.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 237 220 79 0 0.07 0.67 0.07 53.54 0.81 0.62
Hex ED DC 4F 0 7 43 7 36 51 3E
Octal 355 334 117 0 7 103 7 66 121 76
Binary 11101101 11011100 1001111 0 111 1000011 111 110110 1010001 111110

Color Harmonies of #EDDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC4F

Black with #EDDC4F

Text Example


Text Example

White with #EDDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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