Html Css Color HEX #EED650 Portica

📋 copy color: '#EED650'

red 238 ◦ green 214 ◦ blue 80

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

Shades of Portica #EED650

Tints of Portica #EED650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.04%

R = 44.74%
G = 40.23%
B = 15.04%

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

#EED650 (or 0xEED650) is known color: Portica. HEX triplet: EE, D6 and 50. RGB value is (238,214,80). Sum of RGB (Red+Green+Blue) = 238+214+80=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED650 is #1129AF. Grayscale: #CECECE. Windows color (decimal): -1124784 or 5297902. OLE color: 5297902.

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

Color convert

RGB 238 214 80 -
CMYK 0 0.10 0.66 0.07
HSL 50.89º 0.82% 0.62% -
HSV(B) 50.89º 0.66% 0.93% -
XYZ 60.75 66.85 17.29 -
YUV 205.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 238 214 80 0 0.10 0.66 0.07 50.89 0.82 0.62
Hex EE D6 50 0 A 42 7 33 52 3E
Octal 356 326 120 0 12 102 7 63 122 76
Binary 11101110 11010110 1010000 0 1010 1000010 111 110011 1010010 111110

Color Harmonies of #EED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED650

Black with #EED650

Text Example


Text Example

White with #EED650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED650; }

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

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

background-color css

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

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

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

border-color css

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

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

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