Html Css Color HEX #EED74F Portica

📋 copy color: '#EED74F'

red 238 ◦ green 215 ◦ blue 79

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

Shades of Portica #EED74F

Tints of Portica #EED74F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 79 (31.25% from 255) = 14.85%

R = 44.74%
G = 40.41%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EED74F (or 0xEED74F) is known color: Portica. HEX triplet: EE, D7 and 4F. RGB value is (238,215,79). Sum of RGB (Red+Green+Blue) = 238+215+79=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED74F is #1128B0. Grayscale: #CECECE. Windows color (decimal): -1124529 or 5232622. OLE color: 5232622.

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

Color convert

RGB 238 215 79 -
CMYK 0 0.10 0.67 0.07
HSL 51.32º 0.82% 0.62% -
HSV(B) 51.32º 0.67% 0.93% -
XYZ 60.97 67.34 17.18 -
YUV 206.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 238 215 79 0 0.10 0.67 0.07 51.32 0.82 0.62
Hex EE D7 4F 0 A 43 7 33 52 3E
Octal 356 327 117 0 12 103 7 63 122 76
Binary 11101110 11010111 1001111 0 1010 1000011 111 110011 1010010 111110

Color Harmonies of #EED74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED74F

Black with #EED74F

Text Example


Text Example

White with #EED74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED74F; }

 p { color: rgb(238,215,79); }

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

background-color css

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

 a { background-color: rgb(238,215,79); }

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

border-color css

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

 span { border-color: rgb(238,215,79); }

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