Html Css Color HEX #EED44D Portica

📋 copy color: '#EED44D'

red 238 ◦ green 212 ◦ blue 77

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

Shades of Portica #EED44D

Tints of Portica #EED44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.61%

R = 45.16%
G = 40.23%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED44D (or 0xEED44D) is known color: Portica. HEX triplet: EE, D4 and 4D. RGB value is (238,212,77). Sum of RGB (Red+Green+Blue) = 238+212+77=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EED44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED44D is #112BB2. Grayscale: #CCCCCC. Windows color (decimal): -1125299 or 5100782. OLE color: 5100782.

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

Color convert

RGB 238 212 77 -
CMYK 0 0.11 0.68 0.07
HSL 50.31º 0.83% 0.62% -
HSV(B) 50.31º 0.68% 0.93% -
XYZ 60.14 65.8 16.55 -
YUV 204.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 238 212 77 0 0.11 0.68 0.07 50.31 0.83 0.62
Hex EE D4 4D 0 B 44 7 32 53 3E
Octal 356 324 115 0 13 104 7 62 123 76
Binary 11101110 11010100 1001101 0 1011 1000100 111 110010 1010011 111110

Color Harmonies of #EED44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED44D

Black with #EED44D

Text Example


Text Example

White with #EED44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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