Html Css Color HEX #EFDD57 Portica

📋 copy color: '#EFDD57'

red 239 ◦ green 221 ◦ blue 87

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

Shades of Portica #EFDD57

Tints of Portica #EFDD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.9%

R = 43.69%
G = 40.4%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFDD57 (or 0xEFDD57) is known color: Portica. HEX triplet: EF, DD and 57. RGB value is (239,221,87). Sum of RGB (Red+Green+Blue) = 239+221+87=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 87 (34.38% from 255 or 15.90% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD57 is #1022A8. Grayscale: #D3D3D3. Windows color (decimal): -1057449 or 5758447. OLE color: 5758447.

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

Color convert

RGB 239 221 87 -
CMYK 0 0.08 0.64 0.06
HSL 52.89º 0.83% 0.64% -
HSV(B) 52.89º 0.64% 0.94% -
XYZ 63.17 70.75 19.34 -
YUV 211.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 239 221 87 0 0.08 0.64 0.06 52.89 0.83 0.64
Hex EF DD 57 0 8 40 6 35 53 40
Octal 357 335 127 0 10 100 6 65 123 100
Binary 11101111 11011101 1010111 0 1000 1000000 110 110101 1010011 1000000

Color Harmonies of #EFDD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD57

Black with #EFDD57

Text Example


Text Example

White with #EFDD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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