Html Css Color HEX #EED44F Portica

📋 copy color: '#EED44F'

red 238 ◦ green 212 ◦ blue 79

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

Shades of Portica #EED44F

Tints of Portica #EED44F

RGB

 RED value IS 238 (93.36% from 255) = 44.99%

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

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

R = 44.99%
G = 40.08%
B = 14.93%

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

#EED44F (or 0xEED44F) is known color: Portica. HEX triplet: EE, D4 and 4F. RGB value is (238,212,79). Sum of RGB (Red+Green+Blue) = 238+212+79=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED44F is #112BB0. Grayscale: #CDCDCD. Windows color (decimal): -1125297 or 5231854. OLE color: 5231854.

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

Color convert

RGB 238 212 79 -
CMYK 0 0.11 0.67 0.07
HSL 50.19º 0.82% 0.62% -
HSV(B) 50.19º 0.67% 0.93% -
XYZ 60.21 65.83 16.93 -
YUV 204.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 238 212 79 0 0.11 0.67 0.07 50.19 0.82 0.62
Hex EE D4 4F 0 B 43 7 32 52 3E
Octal 356 324 117 0 13 103 7 62 122 76
Binary 11101110 11010100 1001111 0 1011 1000011 111 110010 1010010 111110

Color Harmonies of #EED44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED44F

Black with #EED44F

Text Example


Text Example

White with #EED44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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