Html Css Color HEX #EED654 Portica

📋 copy color: '#EED654'

red 238 ◦ green 214 ◦ blue 84

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

Shades of Portica #EED654

Tints of Portica #EED654

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 84 (33.2% from 255) = 15.67%

R = 44.4%
G = 39.93%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EED654 (or 0xEED654) is known color: Portica. HEX triplet: EE, D6 and 54. RGB value is (238,214,84). Sum of RGB (Red+Green+Blue) = 238+214+84=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EED654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED654 is #1129AB. Grayscale: #CECECE. Windows color (decimal): -1124780 or 5560046. OLE color: 5560046.

HSL color Cylindrical-coordinate representation of color #EED654: hue angle of 50.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EED654 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 84 -
CMYK 0 0.10 0.65 0.07
HSL 50.65º 0.82% 0.63% -
HSV(B) 50.65º 0.65% 0.93% -
XYZ 60.91 66.91 18.09 -
YUV 206.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 238 214 84 0 0.10 0.65 0.07 50.65 0.82 0.63
Hex EE D6 54 0 A 41 7 33 52 3F
Octal 356 326 124 0 12 101 7 63 122 77
Binary 11101110 11010110 1010100 0 1010 1000001 111 110011 1010010 111111

Color Harmonies of #EED654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED654

Black with #EED654

Text Example


Text Example

White with #EED654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED654; }

 p { color: rgb(238,214,84); }

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

background-color css

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

 a { background-color: rgb(238,214,84); }

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

border-color css

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

 span { border-color: rgb(238,214,84); }

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