Html Css Color HEX #EFDD5E Portica

📋 copy color: '#EFDD5E'

red 239 ◦ green 221 ◦ blue 94

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

Shades of Portica #EFDD5E

Tints of Portica #EFDD5E

RGB

 RED value IS 239 (93.75% from 255) = 43.14%

 GREEN value IS 221 (86.72% from 255) = 39.89%

 BLUE value IS 94 (37.11% from 255) = 16.97%

R = 43.14%
G = 39.89%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFDD5E (or 0xEFDD5E) is known color: Portica. HEX triplet: EF, DD and 5E. RGB value is (239,221,94). Sum of RGB (Red+Green+Blue) = 239+221+94=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD5E is #1022A1. Grayscale: #D4D4D4. Windows color (decimal): -1057442 or 6217199. OLE color: 6217199.

HSL color Cylindrical-coordinate representation of color #EFDD5E: hue angle of 52.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFDD5E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 94 -
CMYK 0 0.08 0.61 0.06
HSL 52.55º 0.82% 0.65% -
HSV(B) 52.55º 0.61% 0.94% -
XYZ 63.47 70.87 20.92 -
YUV 211.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 239 221 94 0 0.08 0.61 0.06 52.55 0.82 0.65
Hex EF DD 5E 0 8 3D 6 35 52 41
Octal 357 335 136 0 10 75 6 65 122 101
Binary 11101111 11011101 1011110 0 1000 111101 110 110101 1010010 1000001

Color Harmonies of #EFDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD5E

Black with #EFDD5E

Text Example


Text Example

White with #EFDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD5E; }

 p { color: rgb(239,221,94); }

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

background-color css

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

 a { background-color: rgb(239,221,94); }

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

border-color css

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

 span { border-color: rgb(239,221,94); }

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