Html Css Color HEX #EED655 Portica

📋 copy color: '#EED655'

red 238 ◦ green 214 ◦ blue 85

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

Shades of Portica #EED655

Tints of Portica #EED655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.83%

R = 44.32%
G = 39.85%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EED655 (or 0xEED655) is known color: Portica. HEX triplet: EE, D6 and 55. RGB value is (238,214,85). Sum of RGB (Red+Green+Blue) = 238+214+85=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED655 is #1129AA. Grayscale: #CFCFCF. Windows color (decimal): -1124779 or 5625582. OLE color: 5625582.

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

Color convert

RGB 238 214 85 -
CMYK 0 0.10 0.64 0.07
HSL 50.59º 0.82% 0.63% -
HSV(B) 50.59º 0.64% 0.93% -
XYZ 60.95 66.93 18.3 -
YUV 206.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 238 214 85 0 0.10 0.64 0.07 50.59 0.82 0.63
Hex EE D6 55 0 A 40 7 33 52 3F
Octal 356 326 125 0 12 100 7 63 122 77
Binary 11101110 11010110 1010101 0 1010 1000000 111 110011 1010010 111111

Color Harmonies of #EED655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED655

Black with #EED655

Text Example


Text Example

White with #EED655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED655; }

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

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

background-color css

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

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

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

border-color css

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

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

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