Html Css Color HEX #EED651 Portica

📋 copy color: '#EED651'

red 238 ◦ green 214 ◦ blue 81

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

Shades of Portica #EED651

Tints of Portica #EED651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.2%

R = 44.65%
G = 40.15%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EED651 (or 0xEED651) is known color: Portica. HEX triplet: EE, D6 and 51. RGB value is (238,214,81). Sum of RGB (Red+Green+Blue) = 238+214+81=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EED651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED651 is #1129AE. Grayscale: #CECECE. Windows color (decimal): -1124783 or 5363438. OLE color: 5363438.

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

Color convert

RGB 238 214 81 -
CMYK 0 0.10 0.66 0.07
HSL 50.83º 0.82% 0.63% -
HSV(B) 50.83º 0.66% 0.93% -
XYZ 60.79 66.86 17.49 -
YUV 206.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 238 214 81 0 0.10 0.66 0.07 50.83 0.82 0.63
Hex EE D6 51 0 A 42 7 33 52 3F
Octal 356 326 121 0 12 102 7 63 122 77
Binary 11101110 11010110 1010001 0 1010 1000010 111 110011 1010010 111111

Color Harmonies of #EED651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED651

Black with #EED651

Text Example


Text Example

White with #EED651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED651; }

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

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

background-color css

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

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

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

border-color css

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

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

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