Html Css Color HEX #EED84D Portica

📋 copy color: '#EED84D'

red 238 ◦ green 216 ◦ blue 77

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

Shades of Portica #EED84D

Tints of Portica #EED84D

RGB

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

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

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

R = 44.82%
G = 40.68%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED84D (or 0xEED84D) is known color: Portica. HEX triplet: EE, D8 and 4D. RGB value is (238,216,77). Sum of RGB (Red+Green+Blue) = 238+216+77=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED84D is #1127B2. Grayscale: #CFCFCF. Windows color (decimal): -1124275 or 5101806. OLE color: 5101806.

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

Color convert

RGB 238 216 77 -
CMYK 0 0.09 0.68 0.07
HSL 51.8º 0.83% 0.62% -
HSV(B) 51.8º 0.68% 0.93% -
XYZ 61.16 67.82 16.89 -
YUV 206.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 238 216 77 0 0.09 0.68 0.07 51.8 0.83 0.62
Hex EE D8 4D 0 9 44 7 34 53 3E
Octal 356 330 115 0 11 104 7 64 123 76
Binary 11101110 11011000 1001101 0 1001 1000100 111 110100 1010011 111110

Color Harmonies of #EED84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED84D

Black with #EED84D

Text Example


Text Example

White with #EED84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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