Html Css Color HEX #EDDC4E Portica

📋 copy color: '#EDDC4E'

red 237 ◦ green 220 ◦ blue 78

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

Shades of Portica #EDDC4E

Tints of Portica #EDDC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.58%

R = 44.3%
G = 41.12%
B = 14.58%

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

#EDDC4E (or 0xEDDC4E) is known color: Portica. HEX triplet: ED, DC and 4E. RGB value is (237,220,78). Sum of RGB (Red+Green+Blue) = 237+220+78=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC4E is #1223B1. Grayscale: #D1D1D1. Windows color (decimal): -1188786 or 5168365. OLE color: 5168365.

HSL color Cylindrical-coordinate representation of color #EDDC4E: hue angle of 53.58º degrees, saturation: 0.82, 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 #EDDC4E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 78 -
CMYK 0 0.07 0.67 0.07
HSL 53.58º 0.82% 0.62% -
HSV(B) 53.58º 0.67% 0.93% -
XYZ 61.89 69.74 17.41 -
YUV 208.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 237 220 78 0 0.07 0.67 0.07 53.58 0.82 0.62
Hex ED DC 4E 0 7 43 7 36 52 3E
Octal 355 334 116 0 7 103 7 66 122 76
Binary 11101101 11011100 1001110 0 111 1000011 111 110110 1010010 111110

Color Harmonies of #EDDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC4E

Black with #EDDC4E

Text Example


Text Example

White with #EDDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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