Html Css Color HEX #EDD84F Portica

📋 copy color: '#EDD84F'

red 237 ◦ green 216 ◦ blue 79

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

Shades of Portica #EDD84F

Tints of Portica #EDD84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

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

R = 44.55%
G = 40.6%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDD84F (or 0xEDD84F) is known color: Portica. HEX triplet: ED, D8 and 4F. RGB value is (237,216,79). Sum of RGB (Red+Green+Blue) = 237+216+79=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD84F is #1227B0. Grayscale: #CFCFCF. Windows color (decimal): -1189809 or 5232877. OLE color: 5232877.

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

Color convert

RGB 237 216 79 -
CMYK 0 0.09 0.67 0.07
HSL 52.03º 0.81% 0.62% -
HSV(B) 52.03º 0.67% 0.93% -
XYZ 60.89 67.68 17.25 -
YUV 206.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 237 216 79 0 0.09 0.67 0.07 52.03 0.81 0.62
Hex ED D8 4F 0 9 43 7 34 51 3E
Octal 355 330 117 0 11 103 7 64 121 76
Binary 11101101 11011000 1001111 0 1001 1000011 111 110100 1010001 111110

Color Harmonies of #EDD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD84F

Black with #EDD84F

Text Example


Text Example

White with #EDD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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