Html Css Color HEX #EDD44F Portica

📋 copy color: '#EDD44F'

red 237 ◦ green 212 ◦ blue 79

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

Shades of Portica #EDD44F

Tints of Portica #EDD44F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 44.89%
G = 40.15%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDD44F (or 0xEDD44F) is known color: Portica. HEX triplet: ED, D4 and 4F. RGB value is (237,212,79). Sum of RGB (Red+Green+Blue) = 237+212+79=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD44F is #122BB0. Grayscale: #CCCCCC. Windows color (decimal): -1190833 or 5231853. OLE color: 5231853.

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

Color convert

RGB 237 212 79 -
CMYK 0 0.11 0.67 0.07
HSL 50.51º 0.81% 0.62% -
HSV(B) 50.51º 0.67% 0.93% -
XYZ 59.88 65.66 16.91 -
YUV 204.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 237 212 79 0 0.11 0.67 0.07 50.51 0.81 0.62
Hex ED D4 4F 0 B 43 7 33 51 3E
Octal 355 324 117 0 13 103 7 63 121 76
Binary 11101101 11010100 1001111 0 1011 1000011 111 110011 1010001 111110

Color Harmonies of #EDD44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD44F

Black with #EDD44F

Text Example


Text Example

White with #EDD44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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